Steve

Results 3 issues of Steve

kindr team Could i rewrite return left.derived().toImplementation() == RotationBase(right).derived().toImplementation(); to return left.derived().toImplementation() == right.derived().toImplementation(); in ComparisonTraits? thanks.

kindr team my project need to move this library to visual studio on windows. but we meet a problem here rotation.hpp line 106-118: template inline static Vector_ rotate(const RotationBase& rotation,...