#include <RegularPolygonSpline.h>
| RegularPolygonSpline::RegularPolygonSpline |
( |
void |
| ) |
|
| RegularPolygonSpline::RegularPolygonSpline |
( |
double |
radius, |
|
|
unsigned int |
segmentCount, |
|
|
double |
rotationShiftInDegress = 0.0, |
|
|
PlaneType |
plane = XY |
|
) |
| |
| double RegularPolygonSpline::getRadius |
( |
| ) |
const |
|
inline |
| double RegularPolygonSpline::getRotationShift |
( |
| ) |
const |
|
inline |
| unsigned int RegularPolygonSpline::getSegmentCount |
( |
| ) |
const |
|
inline |
| virtual bool RegularPolygonSpline::isClosed |
( |
| ) |
|
|
inlinevirtual |
| void RegularPolygonSpline::setRadius |
( |
double |
val | ) |
|
|
inline |
| void RegularPolygonSpline::setRotationShift |
( |
double |
val | ) |
|
|
inline |
| void RegularPolygonSpline::setSegmentCount |
( |
unsigned int |
val | ) |
|
|
inline |
| double RegularPolygonSpline::_invSegmentCount |
|
protected |
| double RegularPolygonSpline::_radius |
|
protected |
| double RegularPolygonSpline::_rotationInDegress |
|
protected |
| unsigned int RegularPolygonSpline::_segmentCount |
|
protected |
| double RegularPolygonSpline::_shift |
|
protected |
The documentation for this class was generated from the following files: