Polygon
Functions
Polygon |
|
Polygon |
|
~Polygon |
|
void | Set |
Polygon const & | operator= |
void | GetRGBColor |
void | GetRGBColor |
void | SetRGBColor |
void | SetRGBColor |
unsigned int | GetPointCount |
void | GetPoints |
void | GetPoints |
void | SetPoints |
void | SetPoints |
Detailed Description
-
class
Polygon
This class represents a polygon used for leader symbols (arrow head).
Public Functions
-
Polygon
()
-
~Polygon
()
-
void
GetRGBColor
(float &out_r, float &out_g, float &out_b) const Gets the color for this Polygon. Returned to the user.
-
void
SetRGBColor
(RGBColor const &in_color) Sets the color for this Polygon. This will replace an existing color.
-
void
SetRGBColor
(float const in_r, float const in_g, float const in_b) Sets the color for this Polygon. This will replace an existing color.
-
void
GetPoints
(unsigned int &out_count, Point out_points[]) const Gets the points for this Polygon.
Parameters:
-
void
GetPoints
(unsigned int &out_count, float out_points[]) const Gets the points for this Polygon.
Parameters:
-