ScummVM API documentation
CGE2::V3D Class Reference

Public Member Functions

 V3D (FXP x, FXP y, FXP z=0)
 
V3D operator+ (const V3D &p) const
 
V3D operator- (const V3D &p) const
 
V3D operator* (long n) const
 
V3D operator/ (long n) const
 
bool operator== (const V3D &p) const
 
bool operator!= (const V3D &p) const
 
V3Doperator+= (const V3D &x)
 
V3Doperator-= (const V3D &x)
 
void sync (Common::Serializer &s)
 

Public Attributes

FXP _x
 
FXP _y
 
FXP _z
 

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