M_Rhino_Geometry_Vector2d_EpsilonEquals - mcneel/rhinocommon-api-docs GitHub Wiki

Vector2d.EpsilonEquals Method

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

Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0

Syntax

C#

public bool EpsilonEquals(
	Vector2d other,
	double epsilon
)

VB

Public Function EpsilonEquals ( 
	other As Vector2d,
	epsilon As Double
) As Boolean

Parameters

 

other
Type: Rhino.Geometry.Vector2d
epsilon
Type: System.Double

Return Value

Type: Boolean
[Missing documentation for "M:Rhino.Geometry.Vector2d.EpsilonEquals(Rhino.Geometry.Vector2d,System.Double)"]

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Vector2d Structure
Rhino.Geometry Namespace

⚠️ **GitHub.com Fallback** ⚠️