Click or drag to resize
Matrix4AlmostEquals Method (Matrix4, Double)
Comparison method for matrices with tolerance

Namespace:  ABB.Robotics.Math
Assembly:  ABB.Robotics.Math (in ABB.Robotics.Math.dll) Version: 7.0.8747.636
Syntax
C#
public bool AlmostEquals(
	Matrix4 rhs,
	double tolerance
)

Parameters

rhs
Type: ABB.Robotics.MathMatrix4
Matrix to compare with
tolerance
Type: SystemDouble
tolerance

Return Value

Type: Boolean
true if equals within tolerance
Version Information

Supported in: 1.0
See Also