VectorExtensionsRej Method |
| Name | Description | |
|---|---|---|
| Rej(Vector2, Vector2) |
Returns the rejection of this vector onto the given base.
| |
| Rej(Vector3, Vector3) |
Returns the rejection of this vector onto the given base.
| |
| Rej(Vector4, Vector4) |
Returns the rejection of this vector onto the given base.
The sum of a vector's projection and rejection on a base is
equal to the original vector.
|