Click or drag to resize

Matrix3x2CreateTranslation Method (Vector2)

Creates a translation matrix from the given vector.

Namespace:  Karamba.Geometry
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public static Matrix3x2 CreateTranslation(
	Vector2 position
)

Parameters

position
Type: Karamba.GeometryVector2
The translation position.

Return Value

Type: Matrix3x2
A translation matrix.
See Also