Implements PointToPercent(Vector).
Namespace:
PerpetuumSoft.Instrumentation.ModelAssembly: 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 ) |
Parameters
- startPoint
- Type: PerpetuumSoft.Framework.Drawing..::.Vector
- endPoint
- Type: PerpetuumSoft.Framework.Drawing..::.Vector
- portion
- Type: System..::.Double
- radius
- Type: System..::.Double