Click or drag to resize

Transform3 Constructor

Initializes a new instance of the Transform3 struct. Create transformation from row-major order matrix array.

Namespace:  Karamba.Geometry
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public Transform3(
	float[] matrix
)

Parameters

matrix
Type: SystemSingle
Matrix array in row-major order.
See Also