GetVector3Dot
Description
Returns the dot product of 2 vectors
Definition
float GetVector3Dot( vectorU, vectorV )
float agk::GetVector3Dot( uint32_t vectorU, uint32_t vectorV )
Parameters
- vectorU - ID of the first vector
- vectorV - ID of the second vector