Inserts a <Vec> object into the array. May incur re-allocation costs depending on the size of any allocated reserve.
int32 Insert( int32 p_nIndex, Vec p_oVec )
| Parameter Type | Parameter Name | Documentation |
|---|---|---|
| int32 | p_nIndex | The index at which to insert the <Vec> object. |
| <Vec> | p_oVec | The <Vec> object to insert into the <VecArray>. |
None published. Please look for an example in the Simdify Scripting Language code base.