mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-01-18 14:34:17 +08:00
Added leading asterisk for Doxygen to consume as it was removing asterisk intended to be part of the code.
This commit is contained in:
parent
6e17491f45
commit
f22b7283a3
@ -232,8 +232,8 @@ On the other hand, since there exist 24 different conventions, they are pretty c
|
||||
to create a rotation matrix according to the 2-1-2 convention.</td><td>\code
|
||||
Matrix3f m;
|
||||
m = AngleAxisf(angle1, Vector3f::UnitZ())
|
||||
* AngleAxisf(angle2, Vector3f::UnitY())
|
||||
* AngleAxisf(angle3, Vector3f::UnitZ());
|
||||
* * AngleAxisf(angle2, Vector3f::UnitY())
|
||||
* * AngleAxisf(angle3, Vector3f::UnitZ());
|
||||
\endcode</td></tr>
|
||||
</table>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user