Changeset 1564 for code/trunk/src/util/Math.h
- Timestamp:
- Jun 8, 2008, 5:46:52 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/util/Math.h
r1505 r1564 58 58 _UtilExport std::ostream& operator<<(std::ostream& out, const orxonox::Degree& degree); 59 59 _UtilExport std::istream& operator>>(std::istream& in, orxonox::Degree& degree); 60 61 _UtilExport float getAngle(const orxonox::Vector3& myposition, const orxonox::Vector3& mydirection, const orxonox::Vector3& otherposition); 62 _UtilExport orxonox::Vector2 get2DViewdirection(const orxonox::Vector3& myposition, const orxonox::Vector3& mydirection, const orxonox::Vector3& myorthonormal, const orxonox::Vector3& otherposition); 63 _UtilExport orxonox::Vector2 get2DViewcoordinates(const orxonox::Vector3& myposition, const orxonox::Vector3& mydirection, const orxonox::Vector3& myorthonormal, const orxonox::Vector3& otherposition); 60 64 61 65 template <typename T>
Note: See TracChangeset
for help on using the changeset viewer.