|
This method allows you to determine if the point is on the curve.
Result = TestPoint( Point, GuessParam );
Input: (Variant) Point |
Variant that contains double array of checked point coordinates. |
Input: (Double) GuessParam |
Estimated curve parameter near which the required point may lie. |
Return: (Boolean) Result |
TRUE = Point on curve. |
|