Robotran C Documentation
Public Attributes | List of all members
MbsLut2D 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...
 
double * x
 1D array containing the first input values More...
 
double * y
 1D array containing the second input values More...
 
double ** z
 2D array containing the output to be interpolate at each defined input values More...
 

Detailed Description

Structure for interpolate a variable from two inputs.

Member Data Documentation

◆ 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

◆ y

double* y

1D array containing the second input values

◆ z

double** z

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


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