Sophus icon indicating copy to clipboard operation
Sophus copied to clipboard

Make SO3<Scalar>::cast<Scalar>() a noop

Open Dvad opened this issue 1 year ago • 0 comments

this saves a useless normalization operation. Also this removes spurious changes of numerical behavior when one adapt a codebase to be compatible with both double and float from only one of them. This helps for instance in automatic noop testing on continuous integration system.

Dvad avatar Sep 26 '23 04:09 Dvad