Vector Line record definition. More...
#include <rvc/vector.h>
Public Member Functions | |
| LINE () | |
| DRECT3D | GetExtents () const |
| bool | IsValid () const |
| void | SetExtents (const DRECT3D &rect) |
Public Attributes | |
| INT32 | end |
| INT32 | left |
| DPOINT3D | maxval |
| DPOINT3D | minval |
| INT32 | right |
| INT32 | start |
Vector Line record definition.
| RVC::VECTOR::LINE::LINE | ( | ) | [inline] |
| DRECT3D RVC::VECTOR::LINE::GetExtents | ( | ) | const [inline] |
Get extents of vector line.
| bool RVC::VECTOR::LINE::IsValid | ( | ) | const [inline] |
| void RVC::VECTOR::LINE::SetExtents | ( | const DRECT3D & | rect | ) | [inline] |
Nodes at start and end of line, may be equal.
Line maximum extents.
Line minimum extents.
Polygons on left and right side of line, -1 if none.
1.6.1