Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 6536 in orxonox.OLD for branches/network/src/lib/coord/p_node.h


Ignore:
Timestamp:
Jan 18, 2006, 1:34:53 PM (18 years ago)
Author:
rennerc
Message:

pnode

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/network/src/lib/coord/p_node.h

    r6526 r6536  
    229229
    230230  static PNode*      nullParent;         //!< The ROOT of the main PNode Tree.
     231
     232  private:
     233    float coorx;
     234    float coory;
     235    float coorz;
     236
     237    float rotw;
     238    float rotx;
     239    float roty;
     240    float rotz;
    231241};
    232242
Note: See TracChangeset for help on using the changeset viewer.