amino  1.0-beta2
Lightweight Robot Utility Library
aa_tf_eulerzyx Struct Reference

Memory layout for an Euler Angle in ZYX (yaw-pitch-roll) format. More...

#include <type.h>

Public Attributes

union {
   struct {
      double   y
 yaw
 
      double   p
 pitch
 
      double   r
 roll
 
   } 
 
   double   data [3]
 data array
 
}; 
 

Detailed Description

Memory layout for an Euler Angle in ZYX (yaw-pitch-roll) format.

Definition at line 211 of file type.h.


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