Float32MatrixArray Data Member Function

The <Float32MatrixArray> constructor.

Prototype

Float32MatrixArray Float32MatrixArray( int32 p_nCount, Float32Matrix src )

Parameters

Parameter Type Parameter Name Documentation
int32p_nCountThe number of items to allocate in the array.
<Float32Matrix>srcA pointer to the source <Float32Matrix> object that will be used to initialize the values of all the matrices in the array.

Examples

Copy Text To Clipboard

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