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