GetAllDimensions Data Member Function

Populates an <Int32Array> with compact <int32> values representing all supported MatrixNode dimension. For example: mat2x3, mat4, and mat4x4 return 23, 44, and 44 respectively.

Prototype

int32 GetAllDimensions( Int32Array p_aiDims )

Parameters

Parameter Type Parameter Name Documentation
<Int32Array>p_aiDimsA pointer to the <Int32Array> you wish to populate with the packed dimensions.

Examples

Copy Text To Clipboard

None published. Please look for an example in the Scenome Scripting Language code base.