Functions
Link copied to clipboard
Orients a vector n to face in the direction opposite to an incident vector i, using nRef as a reference to determine if i is arriving from the front or back side.
Link copied to clipboard
Performs an unclamped linear interpolation between two vectors a and b by an interpolant t.
Link copied to clipboard
Moves a point from towards a target point by a maximum distance specified by maxDistanceDeltaInput.
Link copied to clipboard
Performs unclamped spherical linear interpolation (slerp) between two 3D vectors.