Vec4Dot |
Top Previous Next |
Syntax:
Vec4Dot(VECTOR4 A, VECTOR4 B), VECTOR4
Purpose: Determines the dot-product of two 4D vectors.
Parameters: A - The first 4D vector. B - The second 4D vector.
Returned value: The dot product of the two 4D vectors stored in a VECTOR4 UDT.
Application: v3 = Vec4Dot(v1, v2)
|