SetVector3
Description
Fills the specified vector.
Definition
SetVector3( vectorID, x, y, z )
void agk::SetVector3( UINT vectorID, float x, float y, float z )
Parameters
- vectorID - Id of Vector
- x - The x component of the vector
- y - The y component of the vector
- z - The z component of the vector