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