gthreequaternioninterpolant

gthreequaternioninterpolant

Functions

Types and Values

Object Hierarchy

    GObject
    ╰── GthreeInterpolant
        ╰── GthreeQuaternionInterpolant

Includes

#include <gthree/gthree.h>

Description

Functions

gthree_quaternion_interpolant_new ()

GthreeInterpolant *
gthree_quaternion_interpolant_new (GthreeAttributeArray *parameter_positions,
                                   GthreeAttributeArray *sample_values);

Types and Values

GthreeQuaternionInterpolant

typedef struct _GthreeQuaternionInterpolant GthreeQuaternionInterpolant;

GthreeQuaternionInterpolantClass

typedef struct {
  GthreeInterpolantClass parent_class;
} GthreeQuaternionInterpolantClass;