Ansel 0.0
A darktable fork - bloat + design vision
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
splines.h File Reference
#include "curve_tools.h"
+ Include dependency graph for splines.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

float interpolate_val_V2 (int n, CurveAnchorPoint Points[], float x, unsigned int type)
 
float interpolate_val_V2_periodic (int n, CurveAnchorPoint Points[], float x, unsigned int type, float period)
 
int CurveDataSampleV2 (CurveData *curve, CurveSample *sample)
 
int CurveDataSampleV2Periodic (CurveData *curve, CurveSample *sample)
 

Function Documentation

◆ CurveDataSampleV2()

◆ CurveDataSampleV2Periodic()

◆ interpolate_val_V2()

float interpolate_val_V2 ( int  n,
CurveAnchorPoint  Points[],
float  x,
unsigned int  type 
)

◆ interpolate_val_V2_periodic()

float interpolate_val_V2_periodic ( int  n,
CurveAnchorPoint  Points[],
float  x,
unsigned int  type,
float  period 
)