Show TOC

Absolute epsilon for comparing angles

Definition

Parameter is only important for the conversion of assemblies.

Use

The following situations are evaluated:

Dependencies

Comparison of transformations matrices

Angle A and B are equal when:

|A - B| <= CONVERTER_EPS_ANGLE

is true.

CONVERTER_EPS_DISTANCE = Absolute epsilon for the comparison of distances

Comparison of scaling

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