Combine Data Member Function

Given an array of matrix objects called ArrayA ( this array ) and an array of <Matrix> objects called ArrayB ( not this array ), combines ArrayB with ArrayA at the specified index in ArrayA.

Prototype

int32 Combine( Float32MatrixArray p_oMatrixArrayB, int32 p_nInsertIndex )

Parameters

Parameter Type Parameter Name Documentation
<Float32MatrixArray>p_oMatrixArrayBThe array you wish to combine with the destination array.
int32p_nInsertIndexThe index at which to insert the source array into the destination array.

Examples

Copy Text To Clipboard

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