Home | Trees | Indices | Help |
|
---|
|
Spherical geometry and related helper functions.
Classes | |
SVConverter A container for the conversion from spherical coordinates to 6-Vectors. |
Functions | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Variables | |
defaultDistance = 2.06264806247e+12
|
|
__package__ =
|
Function Details |
returns a 3-rotation matrix for the z-x-z Euler angles. There are some functions to obtain such angles below. |
returns zxz Euler angles from a rotation matrix. This is improvised, and someone should look up a numerically sound way to do this. |
returns a rotation matrix for an Euler vector. An euler vector gives the rotation axis, its magnitude the angle in rad. This function is a rip-off of SOFA's rv2m. eulerVector is assumed to be a numpy array. |
returns a transformation matrix to transform from the reference system into a rotated system. The rotated system is defined by its pole, the spherical coordinates at which it has longitude zero and whether or not it is right handed. All angles are in rad. |
returns spherical coordinates for a cartesian 3-vector. threeVec needs not be normalized. |
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Thu May 2 07:29:09 2019 | http://epydoc.sourceforge.net |