63 bool _needsInterpolation;
#define MLCSO_EXPORT
Defines export symbols for classes, so they can be used in other DLLs.
bool getNeedsInterpolation() const
Returns whether this seed point needs interpolation (its incident path points).
virtual ~CSOSeedPoint()
Standard destructor.
void setNeedsInterpolation(bool needsInterpolation)
Sets that this seed point needs interpolation (its incident path points).
CSOPathPoints * predPathPoints
A pointer to the preceding path point list.
CSOSeedPoint()
Standard constructor.
CSOPathPoints * succPathPoints
A pointer to the succeeding path point list.
Vector3 worldPosition
The seed point's world position.
CSOSeedPoint(const CSOSeedPoint &sPoint)
Copy constructor.
Tvec3< MLdouble > Vector3
A vector with three components of type double.