9 #ifndef RAMSES_SPLINELINEARVECTOR4F_H
10 #define RAMSES_SPLINELINEARVECTOR4F_H
54 friend class AnimationSystemData;
#define RAMSES_API
Definition: APIExport.h:35
The SplineLinearVector4f stores spline keys of type Vector4f that can be used for animation with line...
Definition: SplineLinearVector4f.h:21
status_t getKeyValues(splineKeyIndex_t keyIndex, splineTimeStamp_t &timeStamp, float &x, float &y, float &z, float &w) const
Gets key value and time stamp for a given key index.
SplineLinearVector4f(SplineImpl &pimpl)
Constructor of SplineLinearVector4f.
status_t setKey(splineTimeStamp_t timeStamp, float x, float y, float z, float w)
Sets a spline key at given time with given value.
virtual ~SplineLinearVector4f()
Destructor of the SplineLinearVector4f.
The Spline is a set of keys describing an animation.
Definition: Spline.h:20
The RAMSES namespace contains all client side objects and functions used to implement RAMSES applicat...
Definition: AnimatedProperty.h:15
uint32_t status_t
Status is a handle to the result of an API call.
Definition: RamsesFrameworkTypes.h:26
uint32_t splineKeyIndex_t
Definition: AnimationTypes.h:20
uint32_t splineTimeStamp_t
Definition: AnimationTypes.h:18