Changeset 3311 in orxonox.OLD for orxonox/branches/parenting/src/curve.h
- Timestamp:
- Dec 31, 2004, 2:20:21 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/parenting/src/curve.h
r3217 r3311 1 1 2 /*! 2 3 \file curve.h … … 57 58 }; 58 59 60 61 //! B-Spline 62 /** 63 class to handle b-spline in 3d space 64 */ 65 class BSplieCurve : public Curve 66 { 67 68 69 }; 70 71 59 72 int ncr(int n, int i); 60 73
Note: See TracChangeset
for help on using the changeset viewer.