SurfaceIsAtSingularity Method |
Tests if a surface parameter value is at a singularity.
Namespace:
Rhino.Geometry
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax public bool IsAtSingularity(
double u,
double v,
bool exact
)
Public Function IsAtSingularity (
u As Double,
v As Double,
exact As Boolean
) As Boolean
Parameters
- u
- Type: SystemDouble
Surface u parameter to test. - v
- Type: SystemDouble
Surface v parameter to test. - exact
- Type: SystemBoolean
If true, test if (u,v) is exactly at a singularity.
If false, test if close enough to cause numerical problems.
Return Value
Type:
Booleantrue if surface is singular at (s,t)
See Also