- class graphicle.transform.SphericalAngle(NamedTuple)[source]
Pair of inclination and azimuthal angles, respectively.
New in version 0.4.0.
Public members¶
- static SphericalAngle(_cls, theta: float, phi: float)[source]
Create new instance of SphericalAngle(theta, phi)
- __getnewargs__()[source]
Return self as a plain tuple. Used by copy and pickle.
Last update:
Jun 27, 2025