Click or drag to resize

CurveKinkDefinitionIsCurvatureZero Method (Double)

Returns true if the curvature vector is considered to be zero given the CurvatureKinkZeroTolerance

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public bool IsCurvatureZero(
	double curvature
)

Parameters

curvature
Type: SystemDouble

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Rhino.Geometry.CurveKinkDefinition.IsCurvatureZero(System.Double)"]

See Also