libacfutils
A general purpose library of utility functions designed to make it easier to develop addons for the X-Plane flight simulator.
Loading...
Searching...
No Matches
Data Fields
pn_interp_t Struct Reference

#include <math.h>

Data Fields

unsigned order
 
double coeff [64]
 

Detailed Description

This is a generic polynomial interpolator/extrapolator. Given a series of X-Y coordinates, pn_interp_init constructs a polynomial interpolation that smoothly passes through all of the input points. Please note that this function is limited to a maximum number of inputs points (mainly to make memory management easy by not requiring dynamic allocation).

See also
pn_interp_init()
pn_interp_run()

Definition at line 129 of file math.h.

Field Documentation

◆ coeff

double coeff[64]

Definition at line 131 of file math.h.

◆ order

unsigned order

Definition at line 130 of file math.h.


The documentation for this struct was generated from the following file: