|
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)
Syntaxpublic bool Equals(
Vector3 other,
double tol
)
Public Function Equals (
other As Vector3,
tol As Double
) As Boolean
public:
bool Equals(
Vector3 other,
double tol
)
member Equals :
other : Vector3 *
tol : float -> bool
Parameters
- other
- Type: Karamba.GeometryVector3
other vector. - tol
- Type: SystemDouble
tolerance.
Return Value
Type:
Booleantrue if equal.
See Also