Namespace:  PerpetuumSoft.Instrumentation.Model
Assembly:  PerpetuumSoft.Instrumentation (in PerpetuumSoft.Instrumentation.dll) Version: 3.9.0.1

Syntax

C#
public static double PointToPercent(
	Vector startPoint,
	Vector endPoint,
	Vector point
)
Visual Basic (Declaration)
Public Shared Function PointToPercent ( _
	startPoint As Vector, _
	endPoint As Vector, _
	point As Vector _
) As Double
Visual C++
public:
static double PointToPercent(
	Vector startPoint, 
	Vector endPoint, 
	Vector point
)

See Also