amino
Lightweight Robot Utility Library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
aa_tf_vec3 Struct Reference

Memory layout for a vector of length 3. More...

#include <tf.h>

Inheritance diagram for aa_tf_vec3:
amino::Vec3

Public Attributes

union {
   struct {
      double   x
 x component
 
      double   y
 y component
 
      double   z
 z component
 
   } 
 
   double   data [3]
 data array
 
}; 
 

Detailed Description

Memory layout for a vector of length 3.

Definition at line 136 of file tf.h.


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