Robot Control Library
|
Struct containing the state of a vector and a pointer to dynamically allocated memory to hold its contents. More...
#include <rc/math/vector.h>
Data Fields | |
int | len |
number of elements in the vector More... | |
double * | d |
pointer to dynamically allocated data More... | |
int | initialized |
initialization flag More... | |
Struct containing the state of a vector and a pointer to dynamically allocated memory to hold its contents.
Set and read values directly with this code:
int len |
number of elements in the vector
double* d |
pointer to dynamically allocated data
int initialized |
initialization flag