/[enigma]/enigma/src/world.hh
ViewVC logotype

Diff of /enigma/src/world.hh

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.33.2.1 by dheck, Mon Sep 22 02:47:20 2003 UTC revision 1.33.2.2 by dheck, Fri Oct 3 22:21:26 2003 UTC
# Line 75  namespace world Line 75  namespace world
75          V2 last_pos;            // Position before current tick          V2 last_pos;            // Position before current tick
76          V2 oldpos;              // Backup position for enter/leave notification          V2 oldpos;              // Backup position for enter/leave notification
77          V2 force;               // Force used during tick          V2 force;               // Force used during tick
78            std::vector<V2> contact_normals; // Normal vectors of current contacts
79      };      };
80    
81  /*  /*
# Line 129  namespace world Line 130  namespace world
130      };      };
131    
132      // Which of the four faces of the stone does the actor touch?      // Which of the four faces of the stone does the actor touch?
133      Direction contact_face(const StoneContact &sc);      Direction     contact_face (const StoneContact &sc);
134      DirectionBits contact_faces(const StoneContact &sc);      DirectionBits contact_faces (const StoneContact &sc);
135  }  }
136    
137  namespace world  namespace world

Legend:
Removed from v.1.33.2.1  
changed lines
  Added in v.1.33.2.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26