All: Reformat according to new standard
This commit is contained in:
committed by
Kacper Donat
parent
eafd18dac0
commit
25c3ba7338
@@ -44,9 +44,8 @@ std::string RotationPy::representation() const
|
||||
Py::Float q3(ptr->getValue()[3]);
|
||||
std::stringstream str;
|
||||
str << "Rotation (";
|
||||
str << static_cast<std::string>(q0.repr()) << ", " << static_cast<std::string>(q1.repr())
|
||||
<< ", " << static_cast<std::string>(q2.repr()) << ", "
|
||||
<< static_cast<std::string>(q3.repr());
|
||||
str << static_cast<std::string>(q0.repr()) << ", " << static_cast<std::string>(q1.repr()) << ", "
|
||||
<< static_cast<std::string>(q2.repr()) << ", " << static_cast<std::string>(q3.repr());
|
||||
str << ")";
|
||||
|
||||
return str.str();
|
||||
|
||||
Reference in New Issue
Block a user