doom3-gpl
Doom 3 GPL source release
|
#include <Curve.h>
Additional Inherited Members | |
Public Types inherited from idCurve_Spline< type > | |
enum | boundary_t { BT_FREE, BT_CLAMPED, BT_CLOSED } |
Protected Attributes inherited from idCurve_BSpline< type > | |
int | order |
Protected Attributes inherited from idCurve_Spline< type > | |
boundary_t | boundaryType |
float | closeTime |
Protected Attributes inherited from idCurve< type > | |
idList< float > | times |
idList< type > | values |
int | currentIndex |
bool | changed |
ID_INLINE idCurve_NonUniformBSpline< type >::idCurve_NonUniformBSpline | ( | void | ) |
|
virtual |
Reimplemented from idCurve_BSpline< type >.
Reimplemented in idCurve_NURBS< type >, and idCurve_NURBS< idVec2 >.
|
virtual |
Reimplemented from idCurve_BSpline< type >.
Reimplemented in idCurve_NURBS< type >, and idCurve_NURBS< idVec2 >.
|
virtual |
Reimplemented from idCurve_BSpline< type >.
Reimplemented in idCurve_NURBS< type >, and idCurve_NURBS< idVec2 >.