Changeset 7076 in orxonox.OLD for trunk/src/lib/coord
- Timestamp:
- Feb 7, 2006, 3:46:43 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/coord/p_node.h
r7003 r7076 185 185 static const char* parentingModeToChar(int parentingMode); 186 186 static PARENT_MODE charToParentingMode(const char* parentingMode); 187 float distance(const PNode* node) const { return (this->getAbsCoor() - node->getAbsCoor()).len(); }; 187 188 188 189 int writeState(const byte* data, int length, int sender);
Note: See TracChangeset
for help on using the changeset viewer.