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