1#ifndef SMALLCHANGE_SOTCBCURVE_H
2#define SMALLCHANGE_SOTCBCURVE_H
36#include <Inventor/nodes/SoShape.h>
37#include <Inventor/fields/SoMFTime.h>
38#include <Inventor/fields/SoSFInt32.h>
40#include <SmallChange/basic.h>
54 static void initClass(
void);
57 int getLinesPerSegment(
void);
59 static void TCB(
const SbVec3f * vec,
const SoMFTime & timestamp,
60 const int numControlpoints,
const SbTime time,
SbVec3f &
res);
70 friend class SoTCBCurveP;
71 class SoTCBCurveP * pimpl;
Definition misc/SbList.h:69
The SoTCBCurve class is a node for representing smooth curves.
Definition SoTCBCurve.h:44
SoSFInt32 numControlpoints
Definition SoTCBCurve.h:51
SoMFTime timestamp
Definition SoTCBCurve.h:50