GetVector3Add
Description
Fills the resultVec vector with the sum of the resultVec vector and the addVec vector.
Definition
GetVector3Add( resultVec, addVec )
void agk::GetVector3Add( UINT resultVec, UINT addVec )
Parameters
- resultVec - ID of the vector to add and hold results.
- addVec - ID of vector to add.