gthreecubicinterpolant

gthreecubicinterpolant

Functions

Types and Values

Object Hierarchy

    GObject
    ╰── GthreeInterpolant
        ╰── GthreeCubicInterpolant

Includes

#include <gthree/gthree.h>

Description

Functions

gthree_cubic_interpolant_new ()

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

Types and Values

GthreeCubicInterpolant

typedef struct _GthreeCubicInterpolant GthreeCubicInterpolant;

GthreeCubicInterpolantClass

typedef struct {
  GthreeInterpolantClass parent_class;
} GthreeCubicInterpolantClass;