IndexFill2D Data Member Function

Fills an array with index values based on a 2D grid.

Prototype

int32 IndexFill2D( Int32Array p_oDst, int32 p_nGridResX, int32 p_nGridResY )

Parameters

Parameter Type Parameter Name Documentation
<Int32Array>p_oDstA pointer to the destination.
int32p_nGridResXThe X resolution of the index grid.
int32p_nGridResYThe Y resolution of the index grid.

Examples

Copy Text To Clipboard

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