Point2fEpsilonEquals 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
Syntaxpublic bool EpsilonEquals(
Point2f other,
float epsilon
)
Public Function EpsilonEquals (
other As Point2f,
epsilon As Single
) As Boolean
Parameters
- other
- Type: Rhino.GeometryPoint2f
- epsilon
- Type: SystemSingle
Return Value
Type:
Boolean[Missing <returns> documentation for "M:Rhino.Geometry.Point2f.EpsilonEquals(Rhino.Geometry.Point2f,System.Single)"]
Implements
IEpsilonFComparableTEpsilonEquals(T, Single)
See Also