General information:Author: Version: Date: Wed Oct 20 9:02:56 MET 1999 |
Header files: |
Code files: |
scope: public | purpose: normal | inline?: no | function property: standard | type: basic | typename: NONE |
Declaration:
Point()
Description:
scope: public | purpose: normal | inline?: no | function property: standard | type: basic | typename: NONE |
Declaration:
Point(PointType const ,PointType const)
Description:
scope: public | purpose: normal | inline?: no | function property: standard | type: basic | typename: NONE |
Declaration:
Point(Point* const)
Description:
scope: public | purpose: normal | inline?: yes | function property: standard | type: basic | typename: void |
Declaration:
void Set(const PointType,const PointType)
Description:
scope: public | purpose: normal | inline?: yes | function property: standard | type: basic | typename: void |
Declaration:
void Set(const Point &)
Description:
scope: public | purpose: normal | inline?: yes | function property: standard | type: basic | typename: PointType |
Declaration:
PointType GetX()
Description:
scope: public | purpose: normal | inline?: yes | function property: standard | type: basic | typename: PointType |
Declaration:
PointType GetY()
Description:
scope: public | purpose: normal | inline?: yes | function property: standard | type: basic | typename: void |
Declaration:
void SetX(PointType)
Description:
scope: public | purpose: normal | inline?: yes | function property: standard | type: basic | typename: void |
Declaration:
void SetY(PointType)
Description:
scope: public | purpose: normal | inline?: no | function property: standard | type: basic | typename: G_BOOL |
Declaration:
G_BOOL Equal(const Point a_point, PointType Marge)
Description:
scope: public | purpose: normal | inline?: no | function property: standard | type: basic | typename: G_BOOL |
Declaration:
G_BOOL Equal(const PointType ,const PointType , PointType)
Description:
scope: public | purpose: normal | inline?: no | function property: standard | type: basic | typename: G_BOOL |
Declaration:
G_BOOL ShorterThan(const Point a_point, PointType marge)
Description:
scope: public | purpose: normal | inline?: no | function property: standard | type: basic | typename: G_BOOL |
Declaration:
G_BOOL ShorterThan(const PointType X, const PointType Y, PointType Marge)
Description:
scope: public | purpose: normal | inline?: no | function property: standard | type: basic | typename: Point & |
Declaration:
Point &operator=(const Point &)
Description:
scope: public | purpose: normal | inline?: no | function property: standard | type: basic | typename: Point & |
Declaration:
Point &operator+(const Point &)
Description:
scope: public | purpose: normal | inline?: no | function property: standard | type: basic | typename: Point & |
Declaration:
Point &operator-(const Point &)
Description:
scope: public | purpose: normal | inline?: no | function property: standard | type: basic | typename: Point & |
Declaration:
Point &operator*(int)
Description:
scope: public | purpose: normal | inline?: no | function property: standard | type: basic | typename: Point & |
Declaration:
Point &operator/(int)
Description:
scope: public | purpose: normal | inline?: no | function property: standard | type: basic | typename: int |
Declaration:
int operator==(const Point &)
Description:
scope: public | purpose: normal | inline?: no | function property: standard | type: basic | typename: int |
Declaration:
int operator!=(const Point &)
Description:
scope: public | purpose: normal | inline?: no | function property: standard | type: basic | typename: void |
Declaration:
void Transform(Matrix<EIGHT_G_BYTE_REAL>* _Matrix)
Description:
scope: protected | type: basic | typename: PointType |
Declaration:
PointType _x
Description:
scope: protected | type: basic | typename: PointType |
Declaration:
PointType _y
Description: