-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
00294a9
commit 1980629
Showing
53 changed files
with
1,163 additions
and
364 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// | ||
|
||
/// @project Library/Mathematics | ||
/// @file Library/Mathematics/Transformations/Rotations/EulerAngle.hpp | ||
/// @file Library/Mathematics/Geometry/3D/Transformations/Rotations/EulerAngle.hpp | ||
/// @author Lucas Brémond <[email protected]> | ||
/// @license TBD | ||
|
||
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// | ||
|
||
#ifndef __Library_Mathematics_Geometry_Transformations_Rotations_EulerAngle__ | ||
#define __Library_Mathematics_Geometry_Transformations_Rotations_EulerAngle__ | ||
#ifndef __Library_Mathematics_Geometry_3D_Transformations_Rotations_EulerAngle__ | ||
#define __Library_Mathematics_Geometry_3D_Transformations_Rotations_EulerAngle__ | ||
|
||
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// | ||
|
||
|
@@ -18,6 +18,8 @@ namespace math | |
{ | ||
namespace geom | ||
{ | ||
namespace d3 | ||
{ | ||
namespace trf | ||
{ | ||
namespace rot | ||
|
@@ -34,6 +36,7 @@ namespace rot | |
} | ||
} | ||
} | ||
} | ||
|
||
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// | ||
|
||
|
Oops, something went wrong.