mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
work on rotations in the Geometry module:
- convertions are done trough constructors and operator= - added a EulerAngles class
This commit is contained in:
@@ -7,6 +7,8 @@ namespace Eigen {
|
||||
|
||||
#include "src/Geometry/Cross.h"
|
||||
#include "src/Geometry/Quaternion.h"
|
||||
#include "src/Geometry/AngleAxis.h"
|
||||
#include "src/Geometry/EulerAngles.h"
|
||||
#include "src/Geometry/Rotation.h"
|
||||
#include "src/Geometry/Transform.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user