2#include <NDEVR/Model.h>
9 class CylinderShape :
public Model
15 CylinderShape(
Model& model);
49 void setRadius(
fltp08 radius);
67 void setClockwise(
bool clockwise);
103 bool isClockwise()
const;
109 void displayRadius(
bool show);
115 void displayChord(
bool show);
The equivelent of std::vector but with a bit more control.
Model radiusModel()
Gets or creates the child model used for radius visualization.
Model chordModel()
Gets or creates the child model used for chord visualization.
Model()
Default constructor. Creates an uninitialized Model.
A point in N-dimensional space, used primarily for spatial location information.
The primary namespace for the NDEVR SDK.
double fltp08
Defines an alias representing an 8 byte floating-point number.