Description
Outputs a new vector built by projecting the first input vector onto the second input vector.
Ports
Inputs
|
The vector to project.
|
|
The vector on which the first input vector is projected.
|
Outputs
|
The projection vector.
|
|
The length of the new vector.
|
|
False if the length of the second input vector is too small; otherwise true.
|