Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 9881


Ignore:
Timestamp:
Dec 9, 2013, 2:14:06 PM (10 years ago)
Author:
wroennin
Message:

corrected some documentation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/radarDreiD/src/libraries/util/Math.cc

    r9877 r9881  
    198198            @param myorthonormal My orthonormalvector (pointing upwards through my head)
    199199            @param otherposition The position of the other object
    200             @param mapangle The angle you look on the 3Dmap
     200            @param mapangle The angle between line of sight on screen and the 3Dmap-x/z-plain in radian
    201201            @param detectionlimit The limit in which objects are shown on the map
    202202            @return The viewing direction
    203 
    204             Examples:
    205              -
    206203    */
    207204    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)
     
    237234               @param myorthonormal My orthonormalvector (pointing upwards through my head)
    238235               @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
    240237               @return If distancevector to the other object has a positive y-coordinate
    241238
Note: See TracChangeset for help on using the changeset viewer.