Click or drag to resize

Point3Equals Method (Point3, Double)

check whether another vector is equal to this vector within a given tolerance.

Namespace:  Karamba.Geometry
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public bool Equals(
	Point3 other,
	double tol
)

Parameters

other
Type: Karamba.GeometryPoint3
other vector.
tol
Type: SystemDouble
tolerance.

Return Value

Type: Boolean
true if equal.
See Also