Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 27, 2004, 12:45:12 PM (20 years ago)
Author:
bensch
Message:

orxonox/branches/bezierTrack: Location→r ,→w to →pos →dir. (otherwise noone gets the sense of them again.)

File:
1 edited

Legend:

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

    r2190 r3013  
    180180  bool r = false;
    181181  int ia, ib;
    182   Vector mra = pa->r + pa->w.apply(ta->m);
    183   Vector mrb = pb->r + pb->w.apply(tb->m);
     182  Vector mra = pa->pos + pa->rot.apply(ta->m);
     183  Vector mrb = pb->pos + pb->rot.apply(tb->m);
    184184  CC_Tree* use_a, *use_b;
    185185 
     
    333333  bool r = false;
    334334  int i;
    335   Vector mr = p->r + p->w.apply (t->m);
     335  Vector mr = p->pos + p->rot.apply (t->m);
    336336  CC_Tree* use_t;
    337337  Vector* ips;
Note: See TracChangeset for help on using the changeset viewer.