Changeset 3321 in orxonox.OLD for orxonox/branches/parenting/src/curve.h
- Timestamp:
- Jan 3, 2005, 12:25:49 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/parenting/src/curve.h
r3320 r3321 20 20 Vector curvePoint; //!< The point on the Cureve at a local Time. 21 21 float localTime; //!< If the time of one point is asked more than once the programm will not calculate it again. 22 Curve* dirCurve; //!< The derivation-curve of this Curve. 23 int derivation; //!< Which derivation of a Curve is this. 22 24 23 25 //! Handles the curve-points (dynamic List) … … 52 54 public: 53 55 BezierCurve(void); 56 BezierCurve(int derivation); 54 57 ~BezierCurve(void); 58 void init(void); 55 59 56 60 Vector calcPos(float t);
Note: See TracChangeset
for help on using the changeset viewer.