Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3018 in orxonox.OLD for orxonox/branches/bezierTrack/src/track.cc


Ignore:
Timestamp:
Nov 28, 2004, 1:31:21 PM (21 years ago)
Author:
bensch
Message:

orxonox/branches/bezierTrack: moved Curve to its own file. I expect this class to be bigger than I thought at the beginning:

  1. Class Curve and its subclasses: a) BezierCurve b) closedBezierCurve c) Nurbs d) any other curve that might occure

this will take some time and many hours of thinking so please help

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/bezierTrack/src/track.cc

    r3017 r3018  
    119119{
    120120  t+=.0001;
    121   if (t > 1) t =0;
     121  //  printf ("%f\n", t);
     122  //  if (t > 1) t =0;
    122123  //  printf ("Pos: %f, %f, %f\n", curve.calcPos(t).x, curve.calcPos(t).y, curve.calcPos(t).z);
    123124  //Line trace(*offset, *end - *offset);
Note: See TracChangeset for help on using the changeset viewer.