Click or drag to resize
Accord.NET (logo)

Point3Equals Method (Point3, Double)

Determines whether the specified Point3 is equal to this instance.

Namespace:  Accord.Math
Assembly:  Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax
public bool Equals(
	Point3 other,
	double tolerance
)
Request Example View Source

Parameters

other
Type: Accord.MathPoint3
The Point3 to compare with this instance.
tolerance
Type: SystemDouble
The acceptance tolerance threshold to consider the instances equal.

Return Value

Type: Boolean
true if the specified Object is equal to this instance; otherwise, false.
See Also