Package mbdyn :: Package interface :: Module vectors :: Class CommonAxe
[hide private]

Class CommonAxe

source code

Vector --+
         |
        CommonAxe
Known Subclasses:
XAxe, YAxe, ZAxe

The top class of every axe.

Instance Methods [hide private]
 
__init__(self, direction) source code
 
display_from(self, orientation_matrix)
Display the axe according to its orientation matrix
source code

Inherited from Vector: define, set_arrow, set_color, set_position, set_rotation_matrix, set_rotation_matrix_from, set_value

Method Details [hide private]

__init__(self, direction)
(Constructor)

source code 
Overrides: Vector.__init__