41 auto transpose = this->rotation.transpose();
42 return RBTransform(-transpose * this->translation, transpose);
46 std::stringstream stream;
47 stream <<
"RBTransform {\n";
49 stream <<
" rotation:\n" <<
rotation <<
'\n';
Vector get_centroid(const std::vector< Vector > &points)