mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-06-04 18:54:00 +08:00
forgot to include this file in previous commit
This commit is contained in:
parent
93115619c2
commit
02a7efa910
@ -10,13 +10,14 @@ namespace Eigen {
|
|||||||
* - fixed-size homogeneous transformations
|
* - fixed-size homogeneous transformations
|
||||||
* - 2D and 3D rotations
|
* - 2D and 3D rotations
|
||||||
* - \ref MatrixBase::cross() "cross product"
|
* - \ref MatrixBase::cross() "cross product"
|
||||||
|
* - \ref MatrixBase::someOrthognal() "orthognal vector generation"
|
||||||
*
|
*
|
||||||
* \code
|
* \code
|
||||||
* #include <Eigen/Geometry>
|
* #include <Eigen/Geometry>
|
||||||
* \endcode
|
* \endcode
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "src/Geometry/Cross.h"
|
#include "src/Geometry/OrthoMethods.h"
|
||||||
#include "src/Geometry/Quaternion.h"
|
#include "src/Geometry/Quaternion.h"
|
||||||
#include "src/Geometry/AngleAxis.h"
|
#include "src/Geometry/AngleAxis.h"
|
||||||
#include "src/Geometry/Rotation.h"
|
#include "src/Geometry/Rotation.h"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user