Project
Vectors
The Project node takes in 2 vector values and returns another vector value that projects from the first vector and onto the second vector.
Inputs
A (Pseudo-Generic)
The first vector (the one we are projecting from).
B (Pseudo-Generic)
The second vector (the one we are projecting onto).
Outputs
* (Pseudo-Generic)
Returns a vector that is projecting onto the second provided vector.
See Also
- Wikipedia's definition of vector & Vector projection.