Vector Polygon record definition. More...
#include <rvc/vector.h>
Public Member Functions | |
| POLYGON () | |
| DRECT3D | GetExtents () const |
| bool | IsValid () const |
| void | SetExtents (const DRECT3D &rect) |
Public Attributes | |
| DPOINT3D | maxval |
| DPOINT3D | minval |
| INT32 | polyinside |
Vector Polygon record definition.
| RVC::VECTOR::POLYGON::POLYGON | ( | ) | [inline] |
| DRECT3D RVC::VECTOR::POLYGON::GetExtents | ( | ) | const [inline] |
Get extents of vector polygon.
| bool RVC::VECTOR::POLYGON::IsValid | ( | ) | const [inline] |
| void RVC::VECTOR::POLYGON::SetExtents | ( | const DRECT3D & | rect | ) | [inline] |
Polygon maximum extents.
Polygon minimum extents.
Polygon we're inside of, or -1 if not contained in another polygon.
GENERATING_DOXYGEN_OUTPUT
1.6.1