Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

hullInfo Struct Reference

The basic info of the Hull of an avatar this is used for bouding boxes collision detection. More...

List of all members.

Public Attributes

vertex a
 the lower left corner of the box. More...

vertex b
 the upper right corner of the box. More...


Detailed Description

The basic info of the Hull of an avatar this is used for bouding boxes collision detection.

Definition at line 117 of file visualThread.cpp.

00118 {
00119     vertex a, 
00120            b; 
00121     }

Member Data Documentation

vertex hullInfo::a

the lower left corner of the box.

Definition at line 120 of file visualThread.cpp.

vertex hullInfo::b

the upper right corner of the box.

Definition at line 120 of file visualThread.cpp.


The documentation for this struct was generated from the following file:
Generated at Sat May 13 13:50:25 2000 for 3Dsia by doxygen 1.1.2 written by Dimitri van Heesch, © 1997-2000