Click or drag to resize

Point3DEquals(Point3D, Double) Method

Specifies whether this point contains the same coordinates as the specified point.

Namespace: RAYLASE.SPICE3.Utils
Assembly: RAYLASE.SPICE3.Utils (in RAYLASE.SPICE3.Utils.dll) Version: 3.4.1
Syntax
C#
public bool Equals(
	Point3D other,
	double epsilon
)

Parameters

other  Point3D
The point to test.
epsilon  Double
Tolerance of the comparison.

Return Value

Boolean
True if other has the same coordinates as this Point3D.
See Also