Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5082 in orxonox.OLD for trunk/src/lib/coord


Ignore:
Timestamp:
Aug 19, 2005, 1:29:18 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: implemented PNode-functionality in Element2D,
update and debugDraw still missing

Location:
trunk/src/lib/coord
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/coord/null_parent.cc

    r4871 r5082  
    2222using namespace std;
    2323
    24 NullParent* NullParent::singletonRef = 0;
     24NullParent* NullParent::singletonRef = NULL;
    2525
    2626/**
  • trunk/src/lib/coord/p_node.cc

    r5050 r5082  
    209209   absCoordinates. If you don't use this, the PNode won't recognize, that something
    210210   has changed and won't update the children Nodes.
     211
     212@todo check if this does what it should
    211213*/
    212214void PNode::setAbsCoor (const Vector& absCoord)
Note: See TracChangeset for help on using the changeset viewer.