16 : _parentTrack(parent), _time(time)
32 _translation(0, 0, 0),
33 _rotation(0, 0, 0, 1),
Base class for all animation keyframes.
bool operator<(const SLAnimKeyframe &other) const
SLfloat _time
temporal position in local time relative to the keyframes parent clip in seconds
SLAnimKeyframe(const SLAnimTrack *parent, SLfloat time)
Abstract base class for SLAnimationTracks providing time and keyframe functions.