Computes the cross product of two 3D vertices.
The cross product of two vectors results in a vector that is perpendicular to both input vectors.
The first 3D vertex.
The second 3D vertex.
A new Vertex3d representing the cross product of v0 and v1.
Vertex3d
v0
v1
Computes the cross product of two 3D vertices.
The cross product of two vectors results in a vector that is perpendicular to both input vectors.