ScummVM API documentation
Crab::Vector3D< T > Class Template Reference

Public Member Functions

 Vector3D (T X=0, T Y=0, T Z=0)
 
 Vector3D (rapidxml::xml_node< char > *node)
 
void set (T X=0, T Y=0, T Z=0)
 
bool load (rapidxml::xml_node< char > *node)
 
void operator+= (const Vector3D &v)
 
void operator-= (const Vector3D &v)
 
bool operator== (const Vector3D &v)
 

Public Attributes

x
 
y
 
z
 

The documentation for this class was generated from the following file: