Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 10588 in orxonox.OLD for branches/cleanup/src/lib/math/curve.h


Ignore:
Timestamp:
Feb 13, 2007, 3:36:20 PM (17 years ago)
Author:
bensch
Message:

removed track manager and reinjected the Track

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/cleanup/src/lib/math/curve.h

    r10581 r10588  
    7272
    7373  std::list<PathNode>   nodeList;        //!< A list of all the Nodes of a Curve.
    74   std::list<PathNode>::iterator   nodeIterator;    //!< An iterator that should point to the current Node
    7574  PathNode*             firstNode;       //!< First node of the curve.
    7675  PathNode*             currentNode;     //!< The node we are working with (the Last node).
Note: See TracChangeset for help on using the changeset viewer.