![]() |
amino
1.0-beta2
Lightweight Robot Utility Library
|
Memory layout for an SE(3) velocity. More...
#include <type.h>
Public Attributes | |
| union { | |
| struct { | |
| double dv [3] | |
| translational velocity | |
| double omega [3] | |
| rotational velocity | |
| } | |
| double data [6] | |
| data array | |
| }; | |