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