Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3311 in orxonox.OLD for orxonox/branches/parenting/src/curve.h


Ignore:
Timestamp:
Dec 31, 2004, 2:20:21 PM (20 years ago)
Author:
patrick
Message:

oroxnox/branches/parenting: implemented helperParent and made some tests with the opengl nurbs lib

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/parenting/src/curve.h

    r3217 r3311  
     1
    12/*!
    23    \file curve.h
     
    5758};
    5859
     60
     61//! B-Spline
     62/**
     63   class to handle b-spline in 3d space
     64*/
     65class BSplieCurve : public Curve
     66{
     67
     68
     69};
     70
     71
    5972int ncr(int n, int i);
    6073
Note: See TracChangeset for help on using the changeset viewer.