Click or drag to resize

Vector3Equals Method (Vector3, 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(
	Vector3 other,
	double tol
)

Parameters

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

Return Value

Type: Boolean
true if equal.
See Also