Vector<T>.Project Method
Returns the projection of one vector onto another.
Definition
Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
A Vector<T> that is the projection of source onto target.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public static Vector<T> Project(
Vector<T> source,
Vector<T> target
)
Parameters
Return Value
Vector<T>A Vector<T> that is the projection of source onto target.