M_Rhino_Geometry_Vector3f_EpsilonEquals - mcneel/rhinocommon-api-docs GitHub Wiki

Vector3f.EpsilonEquals Method

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

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

Syntax

C#

public bool EpsilonEquals(
	Vector3f other,
	float epsilon
)

VB

Public Function EpsilonEquals ( 
	other As Vector3f,
	epsilon As Single
) As Boolean

Parameters

 

other
Type: Rhino.Geometry.Vector3f
epsilon
Type: System.Single

Return Value

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

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Vector3f Structure
Rhino.Geometry Namespace

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