Click or drag to resize

Matrix3x2CreateTranslation Method (Double, Double)

Creates a translation matrix from the given X and Y components.

Namespace:  Karamba.Geometry
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static Matrix3x2 CreateTranslation(
	double xPosition,
	double yPosition
)

Parameters

xPosition
Type: SystemDouble
The X position.
yPosition
Type: SystemDouble
The Y position.

Return Value

Type: Matrix3x2
A translation matrix.
See Also