amino  1.0-beta2
Lightweight Robot Utility Library
amino.tf.EulerZYX Class Reference

Z-Y-X Euler angles. More...

Inheritance diagram for amino.tf.EulerZYX:
amino.tf.EulerRPY

Public Member Functions

def __init__ (self, arg=None)
 
def to_quat (self, h)
 Converts to a quaternion.
 
def to_rotmat (self, r)
 Converts to a rotation matrix and store in.
 
def x (self)
 X-axis rotation.
 
def x (self, value)
 
def y (self)
 Y-axis rotation.
 
def y (self, value)
 
def z (self)
 Z-axis rotation.
 
def z (self, value)
 
def __repr__ (self)
 

Detailed Description

Z-Y-X Euler angles.

Definition at line 306 of file tf.py.


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