![]() |
amino
1.0-beta2
Lightweight Robot Utility Library
|
Memory layout for a vector of length 3. More...
#include <type.h>
Public Attributes | |
| union { | |
| struct { | |
| double x | |
| x component | |
| double y | |
| y component | |
| double z | |
| z component | |
| } | |
| double data [3] | |
| data array | |
| }; | |