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.