Steve
Steve
as desc in the title.
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,...