- Timestamp:
- Dec 9, 2013, 2:14:06 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/radarDreiD/src/libraries/util/Math.cc
r9877 r9881 198 198 @param myorthonormal My orthonormalvector (pointing upwards through my head) 199 199 @param otherposition The position of the other object 200 @param mapangle The angle you look on the 3Dmap200 @param mapangle The angle between line of sight on screen and the 3Dmap-x/z-plain in radian 201 201 @param detectionlimit The limit in which objects are shown on the map 202 202 @return The viewing direction 203 204 Examples:205 -206 203 */ 207 204 orxonox::Vector2 get3DProjection(const orxonox::Vector3& myposition, const orxonox::Vector3& mydirection, const orxonox::Vector3& myorthonormal, const orxonox::Vector3& otherposition, const float mapangle, const float detectionlimit) … … 237 234 @param myorthonormal My orthonormalvector (pointing upwards through my head) 238 235 @param otherposition The position of the other object 239 @param mapangle The angle you look on the 3Dmap 236 @param mapangle The angle you look on the 3Dmap in radian 240 237 @return If distancevector to the other object has a positive y-coordinate 241 238
Note: See TracChangeset
for help on using the changeset viewer.