Nodes > Math > Geometric
Cross
Returns the cross product of the input vectors.
Distance
Returns the distance between the two input points.
Dot Product
Returns the dot product of the two input vectors.
FaceForward
Flips the supplied surface normal to face in the opposite direction I.
Length
Returns the length of the vector.
Normalize
Returns the input vector normalized so that its length equals 1.
Reflect
Returns the I vector reflected over the N normal.
Refract
Refracts a vector through a normal.
Was this page helpful?