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

Syntax

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

See Also