Calculates the dot product of two 3D vertices.
The dot product is a scalar value that is the sum of the products of the corresponding components of the two vectors.
The first 3D vertex.
The second 3D vertex.
The dot product of v0 and v1.
v0
v1
Calculates the dot product of two 3D vertices.
The dot product is a scalar value that is the sum of the products of the corresponding components of the two vectors.