Robotran C Documentation
Public Attributes | List of all members
MbsLut1D Struct Reference

Structure for interpolate a variable from one input. More...

#include <lut.h>

Public Attributes

int nx
 number of element in the array. More...
 
double * x
 1D array containing the input values. More...
 
double * y
 1D array containing the output to be interpolate at each defined input values. More...
 
int id_x
 Last index used in the x array. More...
 

Detailed Description

Structure for interpolate a variable from one input.

Member Data Documentation

◆ id_x

int id_x

Last index used in the x array.

◆ nx

int nx

number of element in the array.

◆ x

double* x

1D array containing the input values.

◆ y

double* y

1D array containing the output to be interpolate at each defined input values.


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