mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-07-19 19:34:29 +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
3a79cc3f5b
commit
5c4b03c53e
@ -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
|
to create a rotation matrix according to the 2-1-2 convention.</td><td>\code
|
||||||
Matrix3f m;
|
Matrix3f m;
|
||||||
m = AngleAxisf(angle1, Vector3f::UnitZ())
|
m = AngleAxisf(angle1, Vector3f::UnitZ())
|
||||||
* AngleAxisf(angle2, Vector3f::UnitY())
|
* * AngleAxisf(angle2, Vector3f::UnitY())
|
||||||
* AngleAxisf(angle3, Vector3f::UnitZ());
|
* * AngleAxisf(angle3, Vector3f::UnitZ());
|
||||||
\endcode</td></tr>
|
\endcode</td></tr>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user