#include <ivfmath/IvfCurveSegment3d.h>
Inheritance diagram for CIvfCurveSegment3d:
Public Member Functions | |
CIvfCurveSegment3d () | |
virtual | ~CIvfCurveSegment3d () |
IvfClassInfo ("CIvfCurveSegment3d", CIvfMathBase) | |
void | setStartPosition (double t0) |
virtual CIvfVec3d * | getPosition (double t)=0 |
virtual CIvfVec3d * | getStartPoint ()=0 |
virtual CIvfVec3d * | getEndPoint ()=0 |
Defines the basic interface for a curve.
Definition at line 40 of file IvfCurveSegment3d.h.
|
CIvfCurveSegment constructor |
|
CIvfCurveSegment destructor |
|
Get end point on curve Implemented in CIvfSplineSegment3d. |
|
Get point on curve Implemented in CIvfSplineSegment3d. |
|
Get start point on curve Implemented in CIvfSplineSegment3d. |
|
Set start position of curve |