29 virtual void setDimensions(
double width,
double length,
double altOffset) = 0;
33 virtual void removePoint(
int index);
36 virtual void addPoint(
const DtVector& point,
int index);
39 virtual void setOrientation(
const DtTaitBryan& ori);
Distributed model for drawing rectangles on the overlay layer.
Definition: DtOverlayRectangleModel.h:19
Contains DtOverlayPolygonModel declaration.
#define DT_DLL_VRVCORE
Definition: vrvCore.h:20
The DtDe is the core component of any VR-Vantage application. It owns a DtRenderer, DtDeCommunicator, as well as a DtDisplay and other things.
Definition: DtDe.h:70
Distributed model for drawing polygons on the overlay layer.
Definition: DtOverlayPolygonModel.h:20