Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 9964 in orxonox.OLD for branches/playability/src/lib/coord/p_node.h


Ignore:
Timestamp:
Nov 28, 2006, 11:43:26 PM (17 years ago)
Author:
nicolasc
Message:

added dummy guiding/homing function for missile

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/playability/src/lib/coord/p_node.h

    r9869 r9964  
    9898  inline const Vector& getRelCoor () const { return this->prevRelCoordinate; };
    9999  /** @returns the Relative Coordinate Destination */
    100 inline const Vector& getRelCoorSoft2D() const { return (this->toCoordinate)? *this->toCoordinate : this->relCoordinate; };
     100  inline const Vector& getRelCoorSoft2D() const { return (this->toCoordinate)? *this->toCoordinate : this->relCoordinate; };
    101101  void setAbsCoor (const Vector& absCoord);
    102102  void setAbsCoor (float x, float y, float z);
Note: See TracChangeset for help on using the changeset viewer.