Implements PercentToPoint(Double, Double).
    Namespace: 
   PerpetuumSoft.Instrumentation.ModelAssembly: PerpetuumSoft.Instrumentation (in PerpetuumSoft.Instrumentation.dll) Version: 3.9.0.1
Syntax
| C# | 
|---|
public override Vector PercentToPoint( double portion, double radius )  | 
| Visual Basic (Declaration) | 
|---|
Public Overrides Function PercentToPoint ( _ portion As Double, _ radius As Double _ ) As Vector  | 
| Visual C++ | 
|---|
public: virtual Vector PercentToPoint( double portion, double radius ) override  |