NurbsCurvePointList.EpsilonEquals Method

NurbsCurvePointListEpsilonEquals Method

Check that all values in other are within epsilon of the values in this

Namespace:  Rhino.Geometry.Collections
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public bool EpsilonEquals(
	NurbsCurvePointList other,
	double epsilon
)
Public Function EpsilonEquals ( 
	other As NurbsCurvePointList,
	epsilon As Double
) As Boolean

Parameters

other
Type: Rhino.Geometry.CollectionsNurbsCurvePointList

[Missing <param name="other"/> documentation for "M:Rhino.Geometry.Collections.NurbsCurvePointList.EpsilonEquals(Rhino.Geometry.Collections.NurbsCurvePointList,System.Double)"]

epsilon
Type: SystemDouble

[Missing <param name="epsilon"/> documentation for "M:Rhino.Geometry.Collections.NurbsCurvePointList.EpsilonEquals(Rhino.Geometry.Collections.NurbsCurvePointList,System.Double)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Rhino.Geometry.Collections.NurbsCurvePointList.EpsilonEquals(Rhino.Geometry.Collections.NurbsCurvePointList,System.Double)"]

Implements

IEpsilonComparableTEpsilonEquals(T, Double)
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.14
See Also