Click or drag to resize

CurveKinkDefinitionIsCurvatureZero Method (Vector3d)

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(
	Vector3d curvature
)

Parameters

curvature
Type: Rhino.GeometryVector3d

Return Value

Type: Boolean

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

See Also