Changeset 10588 in orxonox.OLD for branches/cleanup/src/lib
- Timestamp:
- Feb 13, 2007, 3:36:20 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/cleanup/src/lib/math/curve.h
r10581 r10588 72 72 73 73 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 Node75 74 PathNode* firstNode; //!< First node of the curve. 76 75 PathNode* currentNode; //!< The node we are working with (the Last node).
Note: See TracChangeset
for help on using the changeset viewer.