Click or drag to resize

Matrix4x4Translation Property

Gets or sets the translation component of this matrix.

Namespace:  Karamba.Geometry
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public Vector3 Translation { get; set; }

Property Value

Type: Vector3
See Also