GetVector3Cross
Description
Fills the result vector with the cross product of 2 vectors passed in.
Definition
GetVector3Cross( resultVec, vectorU, vectorV )
void agk::GetVector3Cross( UINT resultVec, UINT vectorU, UINT vectorV )
Parameters
- resultVec - ID of Vector for results
- vectorU - ID of the first vector
- vectorV - ID of the second vector