|
Public Member Functions |
| vtStructInstance & | operator= (const vtStructInstance &v) |
|
void | WriteXML (GZOutput &out, bool bDegrees) const |
|
void | Offset (const DPoint2 &delta) |
|
bool | GetExtents (DRECT &rect) const |
|
bool | IsContainedBy (const DRECT &rect) const |
|
virtual double | DistanceToPoint (const DPoint2 &p, float fMaxRadius) const |
|
void | SetPoint (const DPoint2 &p) |
|
DPoint2 | GetPoint () const |
|
void | SetRotation (float f) |
|
float | GetRotation () const |
|
void | SetScale (float f) |
|
float | GetScale () const |
|
void | SetItem (vtItem *pItem) |
|
vtItem * | GetItem () |
Protected Attributes |
|
DPoint2 | m_p |
|
float | m_fRotation |
|
float | m_fScale |
|
vtItem * | m_pItem |