Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 22, 2008, 12:30:06 AM (16 years ago)
Author:
rgrieder
Message:
  • precompiled header files have disadvantages too…
File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/hud/src/orxonox/RadarViewable.h

    r1614 r1616  
    3232#include "OrxonoxPrereqs.h"
    3333#include <string>
     34#include "util/Math.h"
     35#include "core/Debug.h"
    3436#include "core/OrxonoxClass.h"
    35 #include "util/Math.h"
    3637
    3738namespace orxonox
     
    6465
    6566        const WorldEntity* getWorldEntity() const { return this->radarObject_; }
    66         const Vector3& getWorldPosition() const { validate(); return this->radarObject_->getWorldPosition(); }
    67         Vector3 getOrientedVelocity() const
    68             { validate(); return this->radarObject_->getOrientation() * this->radarObject_->getVelocity(); }
     67        const Vector3& getWorldPosition() const;
     68        Vector3 getOrientedVelocity() const;
    6969
    7070        Shape getRadarObjectType() const { return this->radarObjectType_; }
Note: See TracChangeset for help on using the changeset viewer.