Vec4Cross |
Top Previous Next |
Syntax:
Vec4Cross(VECTOR4 U, VECTOR4 V, VECTOR4 W), VECTOR4
Purpose: Determines the cross-product in four dimensions.
Parameters: U - The first 4D vector. V - The second 4D vector.
Returned value: The cross product of the three 4D vectors stored in a VECTOR4 UDT.
Application: v4 = Vec4Cross(v1, v2, v3) |