This module provides an interface to 3 dimensional rotations. More...
Classes | |
| class | error |
| No documentation available. More... | |
Functions | |
| def | Rotation |
This module provides an interface to 3 dimensional rotations.
Usage: from rotation import * rot1 = Rotation(x, y, z)
| def rotation.Rotation | ( | args | ) |
Rotation( x, y, z ) returns a rotation
1.8.1.2