Skip to content
Snippets Groups Projects
Commit 269d28b1 authored by Jeremie Deray's avatar Jeremie Deray Committed by Jeremie Deray
Browse files

Affine3ds

parent 13964b35
No related branches found
No related tags found
1 merge request!126Miscellaneous
......@@ -102,6 +102,8 @@ typedef Matrix<wolf::Scalar, 1, Dynamic> RowVectorXs; ///< variable size r
typedef Quaternion<wolf::Scalar> Quaternions; ///< Quaternion of real Scalar type
typedef AngleAxis<wolf::Scalar> AngleAxiss; ///< Angle-Axis of real Scalar type
typedef Rotation2D<wolf::Scalar> Rotation2Ds; ///< Rotation2D of real Scalar type
typedef Transform<wolf::Scalar,3,Affine> Affine3ds; ///< Affine3d of real Scalar type
}
namespace wolf {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment