Changeset 167 in flair-src for trunk/lib/FlairCore/src/unexported
- Timestamp:
- Apr 12, 2017, 1:59:38 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/FlairCore/src/unexported/OneAxisRotation_impl.h
r144 r167 14 14 #define ONEAXISROTATION_IMPL_H 15 15 16 #include <Vector3D.h> 17 16 18 namespace flair { 17 19 namespace core { 18 class Vector3D;19 20 class Euler; 20 21 class Quaternion; … … 36 37 OneAxisRotation_impl(flair::gui::GroupBox *box); 37 38 ~OneAxisRotation_impl(); 38 void ComputeRotation(flair::core::Vector3D&point) const;39 template <typename T> void ComputeRotation(flair::core::Vector3D<T> &point) const; 39 40 void ComputeRotation(flair::core::Quaternion &quat) const; 40 41 void ComputeRotation(flair::core::RotationMatrix &matrix) const;
Note:
See TracChangeset
for help on using the changeset viewer.