ClanSoft logo
ClanSoft logo

    CL_Rectangle

Description

Class members

float x1, y1, x2, y2
CL_Rectangle( float _x1, float _y1, float _x2, float _y2)
CL_Rectangle( float *xvals, float *yvals, int num_vals_x, int num_vals_y, int xstride, int ystride)
CL_Rectangle()
void set_x1( float *vals, int num_vals=1, int stride=1)
void set_y1( float *vals, int num_vals=1, int stride=1)
void set_x2( float *vals, int num_vals=1, int stride=1)
void set_y2( float *vals, int num_vals=1, int stride=1)
bool get_intersection( const CL_Rectangle &rect, CL_Rectangle *res)
void limit_region(const CL_Rectangle &r)

See Also

None


Back to index



This page was built using the Perceps documentation system.