Changeset 5789 for sandbox_light/src/libraries/util/Math.h
- Timestamp:
- Sep 26, 2009, 12:44:49 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sandbox_light/src/libraries/util/Math.h
r5738 r5789 40 40 #include <cmath> 41 41 42 #include < OgreMath.h>43 #include < OgreVector2.h>44 #include < OgreVector3.h>45 #include < OgreVector4.h>46 #include < OgreQuaternion.h>47 #include < OgreColourValue.h>42 #include <ogremath/OgreMath.h> 43 #include <ogremath/OgreVector2.h> 44 #include <ogremath/OgreVector3.h> 45 #include <ogremath/OgreVector4.h> 46 #include <ogremath/OgreQuaternion.h> 47 #include <ogremath/OgreColourValue.h> 48 48 49 49 // Certain headers might define unwanted macros... … … 63 63 _UtilExport std::ostream& operator<<(std::ostream& out, const orxonox::Degree& degree); 64 64 _UtilExport std::istream& operator>>(std::istream& in, orxonox::Degree& degree); 65 66 _UtilExport float getAngle(const orxonox::Vector3& myposition, const orxonox::Vector3& mydirection, const orxonox::Vector3& otherposition);67 _UtilExport orxonox::Vector2 get2DViewdirection(const orxonox::Vector3& myposition, const orxonox::Vector3& mydirection, const orxonox::Vector3& myorthonormal, const orxonox::Vector3& otherposition);68 _UtilExport orxonox::Vector2 get2DViewcoordinates(const orxonox::Vector3& myposition, const orxonox::Vector3& mydirection, const orxonox::Vector3& myorthonormal, const orxonox::Vector3& otherposition);69 _UtilExport orxonox::Vector3 getPredictedPosition(const orxonox::Vector3& myposition, float projectilespeed, const orxonox::Vector3& targetposition, const orxonox::Vector3& targetvelocity);70 65 71 66 /**
Note: See TracChangeset
for help on using the changeset viewer.