#include <AnalyticGeometry.h>
Public Member Functions | |
AnalyticCurve () | |
Real | calcArcLength () const |
Vec3 | calcPositionFromArcLengthParameter (const Real &s) const |
bool | isClosed () const |
Public Attributes | |
AnalyticCurve | |
AnalyticGeometry |
AnalyticCurve | ( | ) | [inline] |
Real calcArcLength | ( | ) | const |
Vec3 calcPositionFromArcLengthParameter | ( | const Real & | s | ) | const |
bool isClosed | ( | ) | const |
Reimplemented in AnalyticLine, and AnalyticCircle.