Parameter is only important for the conversion of assemblies.
The following situations are evaluated:
Angle A and B are equal when:
|A - B| <= CONVERTER_EPS_ANGLE
is true.
CONVERTER_EPS_DISTANCE = Absolute epsilon for the comparison of distances
Scaling is compared relativly.
Scaling A and B are equal when:
|A - B| <= CONVERTER_EPS_ANGLE * |A|
is true
CONVERTER_EPS_ANGLE = Absolute epsilon for the comparison of angles