ClanSoft logo
ClanSoft logo

    CL_Polygon

Description

Class members

CL_Polygon()
CL_Polygon(const CL_Polygon& )
std::vector<CL_Point> points
bool is_inside(CL_Point )
bool is_inside(int x,int y)
bool check_collision(CL_Polygon )
void rotate(double angle)
void draw(CL_Canvas *canvas,float r,float g,float b,float a=1.0)
void scale(double scale_x,double scale_y)
int sign(int x)
void add_point( const int x, const int y)
void add_point(const CL_Point& point)

See Also

None


Back to index



This page was built using the Perceps documentation system.