|
Matrix3x2Translation Property
|
Gets or sets the translation component of this matrix.
Namespace:
Karamba.Geometry
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic Vector2 Translation { get; set; }
Public Property Translation As Vector2
Get
Set
public:
property Vector2^ Translation {
Vector2^ get ();
void set (Vector2^ value);
}
member Translation : Vector2 with get, set
Property Value
Type:
Vector2
See Also