Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 1.45 KB

File metadata and controls

25 lines (21 loc) · 1.45 KB

Vector Operators

Perform vector and matrix calculations.

Page Description
Append Vector Combine up to four inputs into a single vector.
Construct Matrix Construct a 4x4 matrix from four Vector4 values.
Cross Product Calculate the vector that's perpendicular to two input vectors
Distance Calculate the distance between two points.
Dot Product Determine whether two normalized vectors point in the same direction.
Length Calculate the length of a vector.
Look At Calculate the transform required to rotate a particle to look at a position.
Normalize Normalize a vector.
Rotate 2D Rotate a point in 2D around a center point.
Rotate 3D Rotate a point in 3D around a center point.
Sample Bezier Return information about a curve.
Squared Distance Calculate the square of the distance between two points.
Squared Length Calculate the square of the length of a vector.
Swizzle Rearrange the components of an input vector.

Additional resources