Click or drag to resize

TransformToFloatArray Method

Return the matrix as a linear array of 16 float values.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.9
Syntax
public float[] ToFloatArray(
	bool rowDominant
)

Parameters

rowDominant
Type: SystemBoolean
If true, returns { M00, M01, M02...}. If false, returns { M00, M10, M20...}.

Return Value

Type: Single
An array of 16 floats.
See Also