Documentation
›
API Reference
›
Object
›
Math
›
Vec3
Cross
Lua
C++
This function returns the cross product of two vectors.
Syntax
Vec3
Cross
(Vec3 v)
Parameters
v:
input vector.
Returns
Returns the cross product of the two vectors.