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

Diff of /enigma/world.hh

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

revision 1.15 by dheck, Mon Dec 23 11:13:35 2002 UTC revision 1.16 by dheck, Mon Dec 23 13:27:55 2002 UTC
# Line 76  namespace world Line 76  namespace world
76      struct StoneContact      struct StoneContact
77      {      {
78          // Constructor.          // Constructor.
79          StoneContact(Actor *a, Stone *s,          StoneContact(Actor *a, GridPos p,
80                       const V3 &cp, const V3 &n);                       const V3 &cp, const V3 &n);
81          StoneContact();          StoneContact();
82                    
83          // Variables.          // Variables.
84          Actor           *actor;          Actor           *actor;
85          Stone           *stone;          //Stone           *stone;
86            GridPos         stonepos;
87          StoneResponse   response;          StoneResponse   response;
88    
89          V3      contact_point;  // where do the shapes meet? (world coords)          V3      contact_point;  // where do the shapes meet? (world coords)

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16

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