2#include <NDEVR/Model.h>
22 void setRadius(
fltp08 radius);
25 void setClockwise(
bool clockwise);
33 bool isClockwise()
const;
36 void displayRadius(
bool show);
39 void displayChord(
bool show);
The equivelent of std::vector but with a bit more control. The basic array unit of the library.
Definition Buffer.hpp:56
Model class for storing, rendering, and logically modifying a 3D cylinder.
Definition CylinderShape.h:9
A core class that represents a node on model heirarchy. This node may contain a Geometry or one or mo...
Definition Model.h:58
A vertex or point. A specific type of Vector used primarily for spacial location information.
Definition Vertex.hpp:48
double fltp08
Defines an alias representing an 8 byte floating-point number.
Definition BaseValues.hpp:149