GetVector3Multiply
Description
Multiplies the components of the given vector by the given multiplier
Definition
GetVector3Multiply( resultVec, multiplier )
void agk::GetVector3Multiply( UINT resultVec, float multiplier )
Parameters
- resultVec - ID of the vector to multiply.
- multiplier - float value to multiply by.