gthreelinearinterpolant

gthreelinearinterpolant

Functions

Types and Values

Object Hierarchy

    GObject
    ╰── GthreeInterpolant
        ╰── GthreeLinearInterpolant

Includes

#include <gthree/gthree.h>

Description

Functions

gthree_linear_interpolant_new ()

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

Types and Values

GthreeLinearInterpolant

typedef struct _GthreeLinearInterpolant GthreeLinearInterpolant;

GthreeLinearInterpolantClass

typedef struct {
  GthreeInterpolantClass parent_class;
} GthreeLinearInterpolantClass;