Skip to main content

SAMPLING_AXIS_ORTHOGONALITY_TOLERANCE

Constant SAMPLING_AXIS_ORTHOGONALITY_TOLERANCE 

Source
pub const SAMPLING_AXIS_ORTHOGONALITY_TOLERANCE: f64 = 1.0e-12;
Expand description

Largest accepted absolute dot product between sampling axes.

Axes are normalized before they enter SamplingPlane. This tolerance permits ordinary floating-point construction of rotated frames while still rejecting skewed grids.