Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Mar 1, 2015, 3:08:45 PM (10 years ago)
Author:
landauf
Message:

simplified Math: temp is always positive, thus only solution1 is necessary
simplified HUDNavigation: use existing function to calculation aim-position

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/modules/overlays/hud/HUDNavigation.h

    r10258 r10291  
    138138            float getArrowSizeY(int dist) const;
    139139
    140             Vector3* toAimPosition(RadarViewable* target) const;
     140            Vector3 toAimPosition(RadarViewable* target) const;
    141141
    142142            std::map<RadarViewable*, ObjectInfo> activeObjectList_;
Note: See TracChangeset for help on using the changeset viewer.