Modify the print function print out format.
parent
362c93bb2b
commit
c80cfe068f
|
@ -54,7 +54,7 @@ bool Similarity3::operator==(const Similarity3& other) const {
|
|||
void Similarity3::print(const std::string& s) const {
|
||||
std::cout << std::endl;
|
||||
std::cout << s;
|
||||
rotation().print("R:\n");
|
||||
rotation().print("\nR:\n");
|
||||
std::cout << "t: " << translation().transpose() << " s: " << scale() << std::endl;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue