#include <DraWinObj.h>

Public Member Functions | |
| Segment2D (Position v1, Position v2) | |
| Constructor with paprameters. | |
| DraWinObjPlate | plate () |
| Gets the plate. | |
| Position | p1 () |
| Gets the first vertex. | |
| Position | p2 () |
| Gets the second vertex. | |
| void | boundBox (DraWinBoundBox &bb) |
| Gets the bounding box. | |
Constructor with paprameters.
| v1 | First vertex. | |
| v2 | Second vertex. |
| DraWinObjPlate MipResources::Segment2D::plate | ( | ) | [inline, virtual] |
| Position MipResources::Segment2D::p1 | ( | ) | [inline] |
Gets the first vertex.
| Position MipResources::Segment2D::p2 | ( | ) | [inline] |
Gets the second vertex.
| void MipResources::Segment2D::boundBox | ( | DraWinBoundBox & | bb | ) | [virtual] |
1.5.6