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: 1.0.0.0 (1.0.0.0)
Syntax
public static Matrix3x2 CreateTranslation(
	Vector2 position
)

Parameters

position
Type: Karamba.GeometryVector2
The translation position.

Return Value

Type: Matrix3x2
A translation matrix.
See Also