gthreequaternionkeyframetrack

gthreequaternionkeyframetrack

Functions

Types and Values

Object Hierarchy

    GObject
    ╰── GthreeKeyframeTrack
        ╰── GthreeQuaternionKeyframeTrack

Includes

#include <gthree/gthree.h>

Description

Functions

gthree_quaternion_keyframe_track_new ()

GthreeKeyframeTrack *
gthree_quaternion_keyframe_track_new (const char *name,
                                      GthreeAttributeArray *times,
                                      GthreeAttributeArray *values);

Types and Values

GthreeQuaternionKeyframeTrack

typedef struct _GthreeQuaternionKeyframeTrack GthreeQuaternionKeyframeTrack;

GthreeQuaternionKeyframeTrackClass

typedef struct {
  GthreeKeyframeTrackClass parent_class;
} GthreeQuaternionKeyframeTrackClass;