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

Structure for interpolate a variable from two inputs. More...

#include <lut.h>

Public Attributes

int nx
 number of element in the array of the first input More...
 
int ny
 number of element in the array of the second input More...
 
int n
 size of the vectors to interpolate More...
 
double * x
 1D array containing the first input values (starting at 0) More...
 
double * y
 1D array containing the second input values (starting at 0) More...
 
double *** mat_output
 2D array containing in each entry an output vector to be interpolate at each defined input values More...
 

Detailed Description

Structure for interpolate a variable from two inputs.

Member Data Documentation

◆ mat_output

double*** mat_output

2D array containing in each entry an output vector to be interpolate at each defined input values

◆ n

int n

size of the vectors to interpolate

◆ nx

int nx

number of element in the array of the first input

◆ ny

int ny

number of element in the array of the second input

◆ x

double* x

1D array containing the first input values (starting at 0)

◆ y

double* y

1D array containing the second input values (starting at 0)


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