-
class
Rect
: public Graphic
(Return to index)
-
rectangle graphic
Type:
Base Classes:
Derived Classes
Include file:
Unidraw/Graphic/polygons.h
Description: man page
Public:
Protected:
-
Rect (Coord x0, Coord y0, Coord x1, Coord y1, Graphic* = nil)
- Coord
_x0, _y0, _x1, _y1
- boolean
f_contains (PointObj&, Graphic*)
- void
f_getExtent (float&, float&, float&, float&, float&, Graphic*)
- boolean
f_intersects (BoxObj&, Graphic*)
- boolean
s_contains (PointObj&, Graphic*)
- void
s_getExtent (float&, float&, float&, float&, float&, Graphic*)
- boolean
s_intersects (BoxObj&, Graphic*)
(more documentation)