Skip to main content

ORTHONORMAL_TOLERANCE

Constant ORTHONORMAL_TOLERANCE 

Source
pub const ORTHONORMAL_TOLERANCE: f64 = 1e-3;
Expand description

How far from orthonormal (the largest entry of |R^T R - I|, or |det R - 1|) the rotation block of a target pose may be: within this it is re-orthonormalised, beyond it refused.