ScummVM API documentation
Saga::Location Struct Reference

Public Member Functions

void saveState (Common::OutSaveFile *out)
 
void loadState (Common::InSaveFile *in)
 
int distance (const Location &location) const
 
int32 & u ()
 
int32 & v ()
 
int32 u () const
 
int32 v () const
 
int32 uv () const
 
void delta (const Location &location, Location &result) const
 
void addXY (const Location &location)
 
void add (const Location &location)
 
void fromScreenPoint (const Point &screenPoint)
 
void toScreenPointXY (Point &screenPoint) const
 
void toScreenPointUV (Point &screenPoint) const
 
void toScreenPointXYZ (Point &screenPoint) const
 
void fromStream (Common::ReadStream &stream)
 

Public Attributes

int32 x
 
int32 y
 
int32 z
 

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