RhinoCommon API
TorusEpsilonEquals Method |
Check that all values in other are within epsilon of the values in this
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll)
Since: 5.4

public bool EpsilonEquals( Torus other, double epsilon )
Public Function EpsilonEquals ( other As Torus, epsilon As Double ) As Boolean
Parameters
- other
- Type: Rhino.GeometryTorus
[Missing <param name="other"/> documentation for "M:Rhino.Geometry.Torus.EpsilonEquals(Rhino.Geometry.Torus,System.Double)"]
- epsilon
- Type: SystemDouble
[Missing <param name="epsilon"/> documentation for "M:Rhino.Geometry.Torus.EpsilonEquals(Rhino.Geometry.Torus,System.Double)"]
Return Value
Type: Boolean[Missing <returns> documentation for "M:Rhino.Geometry.Torus.EpsilonEquals(Rhino.Geometry.Torus,System.Double)"]
Implements
IEpsilonComparableTEpsilonEquals(T, Double)