This is the complete list of members for
GGen_Path, including all inherited members.
AddPoint(GGen_Point &point) | GGen_Path | |
AddPointByCoords(GGen_CoordOffset x, GGen_CoordOffset y) | GGen_Path | |
Clear() | GGen_Path | |
Flip(GGen_CoordOffset origin_x, GGen_CoordOffset origin_y, GGen_Direction direction) | GGen_Path | |
GetAverageX() | GGen_Path | |
GetAverageY() | GGen_Path | |
GetCenterX() | GGen_Path | |
GetCenterY() | GGen_Path | |
GetMaxX() | GGen_Path | |
GetMaxY() | GGen_Path | |
GetMinX() | GGen_Path | |
GetMinY() | GGen_Path | |
GGen_Path() | GGen_Path | |
InsertPoint(uint32 index, GGen_Point &point) | GGen_Path | |
InsertPointByCoords(uint32 index, GGen_CoordOffset x, GGen_CoordOffset y) | GGen_Path | |
Move(GGen_CoordOffset x, GGen_CoordOffset y) | GGen_Path | |
RemovePoint(uint32 index) | GGen_Path | |
Rotate(GGen_CoordOffset origin_x, GGen_CoordOffset origin_y, int32 angle) | GGen_Path | |
Scale(GGen_CoordOffset origin_x, GGen_CoordOffset origin_y, double ratio_x, double ratio_y) | GGen_Path | |
Shear(GGen_CoordOffset origin_x, GGen_CoordOffset origin_y, int32 horizontal_shear, int32 vertical_shear) | GGen_Path | |
Transform(GGen_CoordOffset origin_x, GGen_CoordOffset origin_y, double a11, double a12, double a21, double a22) | GGen_Path | |