Public Member Functions | Static Public Member Functions | List of all members
grl.flatbuffer.EulerPose Class Reference
+ Inheritance diagram for grl.flatbuffer.EulerPose:
+ Collaboration diagram for grl.flatbuffer.EulerPose:

Public Member Functions

EulerPose __init (int _i, ByteBuffer _bb)
 
EulerPose __init (int _i, ByteBuffer _bb)
 
Vector3d position ()
 
grl.flatbuffer.Vector3d position ()
 
grl.flatbuffer.Vector3d position (grl.flatbuffer.Vector3d obj)
 
Vector3d position (Vector3d obj)
 
EulerRotation rotation ()
 
EulerRotation rotation ()
 
EulerRotation rotation (EulerRotation obj)
 
EulerRotation rotation (EulerRotation obj)
 

Static Public Member Functions

static int createEulerPose (FlatBufferBuilder builder, double position_x, double position_y, double position_z, double rotation_r1, double rotation_r2, double rotation_r3, byte rotation_eulerOrder)
 
static int createEulerPose (FlatBufferBuilder builder, double position_x, double position_y, double position_z, double rotation_r1, double rotation_r2, double rotation_r3, byte rotation_eulerOrder)
 

Detailed Description

Definition at line 11 of file build/include/grl/flatbuffer/grl/flatbuffer/EulerPose.java.

Member Function Documentation

§ __init() [1/2]

EulerPose grl.flatbuffer.EulerPose.__init ( int  _i,
ByteBuffer  _bb 
)
inline

§ __init() [2/2]

EulerPose grl.flatbuffer.EulerPose.__init ( int  _i,
ByteBuffer  _bb 
)
inline

§ createEulerPose() [1/2]

static int grl.flatbuffer.EulerPose.createEulerPose ( FlatBufferBuilder  builder,
double  position_x,
double  position_y,
double  position_z,
double  rotation_r1,
double  rotation_r2,
double  rotation_r3,
byte  rotation_eulerOrder 
)
inlinestatic

§ createEulerPose() [2/2]

static int grl.flatbuffer.EulerPose.createEulerPose ( FlatBufferBuilder  builder,
double  position_x,
double  position_y,
double  position_z,
double  rotation_r1,
double  rotation_r2,
double  rotation_r3,
byte  rotation_eulerOrder 
)
inlinestatic

§ position() [1/4]

Vector3d grl.flatbuffer.EulerPose.position ( )
inline

§ position() [2/4]

grl.flatbuffer.Vector3d grl.flatbuffer.EulerPose.position ( )
inline

§ position() [3/4]

grl.flatbuffer.Vector3d grl.flatbuffer.EulerPose.position ( grl.flatbuffer.Vector3d  obj)
inline

§ position() [4/4]

Vector3d grl.flatbuffer.EulerPose.position ( Vector3d  obj)
inline

§ rotation() [1/4]

EulerRotation grl.flatbuffer.EulerPose.rotation ( )
inline

§ rotation() [2/4]

EulerRotation grl.flatbuffer.EulerPose.rotation ( )
inline

§ rotation() [3/4]

EulerRotation grl.flatbuffer.EulerPose.rotation ( EulerRotation  obj)
inline

§ rotation() [4/4]

EulerRotation grl.flatbuffer.EulerPose.rotation ( EulerRotation  obj)
inline

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