doom3-gpl
Doom 3 GPL source release
|
#include <Curve.h>
Protected Member Functions | |
float | Basis (const int index, const int order, const float t) const |
float | BasisFirstDerivative (const int index, const int order, const float t) const |
float | BasisSecondDerivative (const int index, const int order, const float t) const |
Protected Member Functions inherited from idCurve_Spline< type > | |
type | ValueForIndex (const int index) const |
float | TimeForIndex (const int index) const |
float | ClampedTime (const float t) const |
Protected Member Functions inherited from idCurve< type > | |
int | IndexForTime (const float time) const |
float | TimeForIndex (const int index) const |
type | ValueForIndex (const int index) const |
float | GetSpeed (const float time) const |
float | RombergIntegral (const float t0, const float t1, const int order) const |
Protected Attributes | |
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 |
Additional Inherited Members | |
Public Types inherited from idCurve_Spline< type > | |
enum | boundary_t { BT_FREE, BT_CLAMPED, BT_CLOSED } |
ID_INLINE idCurve_BSpline< type >::idCurve_BSpline | ( | void | ) |
|
virtual |
Reimplemented from idCurve< type >.
Reimplemented in idCurve_NURBS< type >, idCurve_NURBS< idVec2 >, idCurve_NonUniformBSpline< type >, idCurve_NonUniformBSpline< idVec2 >, and idCurve_UniformCubicBSpline< type >.
|
virtual |
Reimplemented from idCurve< type >.
Reimplemented in idCurve_NURBS< type >, idCurve_NURBS< idVec2 >, idCurve_NonUniformBSpline< type >, idCurve_NonUniformBSpline< idVec2 >, and idCurve_UniformCubicBSpline< type >.
|
virtual |
Reimplemented from idCurve< type >.
Reimplemented in idCurve_NURBS< type >, idCurve_NURBS< idVec2 >, idCurve_NonUniformBSpline< type >, idCurve_NonUniformBSpline< idVec2 >, and idCurve_UniformCubicBSpline< type >.
|
inlinevirtual |
|
inlinevirtual |
|
protected |