Populates an <Int32Array> with compact <int32> values representing all supported MatrixNode dimension. For example: mat2x3, mat4, and mat4x4 return 23, 44, and 44 respectively.
int32 GetAllDimensions( Int32Array p_aiDims )
| Parameter Type | Parameter Name | Documentation |
|---|---|---|
| <Int32Array> | p_aiDims | A pointer to the <Int32Array> you wish to populate with the packed dimensions. |
None published. Please look for an example in the Simdify Scripting Language code base.