Returns the projection of this vector on the vector specified by parameters.

Namespace:  PerpetuumSoft.Framework.Drawing
Assembly:  PerpetuumSoft.Framework (in PerpetuumSoft.Framework.dll) Version: 3.9.0.1

Syntax

C#
public Vector GetProjection(
	Vector startPoint,
	Vector endPoint
)
Visual Basic (Declaration)
Public Function GetProjection ( _
	startPoint As Vector, _
	endPoint As Vector _
) As Vector
Visual C++
public:
Vector GetProjection(
	Vector startPoint, 
	Vector endPoint
)

See Also