Changeset 3836 in orxonox.OLD for orxonox/trunk/src/lib
- Timestamp:
- Apr 15, 2005, 5:51:17 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/lib/math/curve.h
r3595 r3836 13 13 14 14 //! An Enumerator that defines what sort of Curves are availible 15 enum CurveType { BEZIERCURVE};15 enum CurveType {CURVE_BEZIER}; 16 16 17 17
Note: See TracChangeset
for help on using the changeset viewer.