Point3d.EpsilonEquals Method

Point3dEpsilonEquals Method

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

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

Parameters

other
Type: Rhino.GeometryPoint3d
epsilon
Type: SystemDouble

Return Value

Type: Boolean

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

Implements

IEpsilonComparableTEpsilonEquals(T, Double)
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.8
See Also