- class graphicle.transform.SphericalAxis(NamedTuple)[source]
Axis vector in 3D cartesian coordinates.
New in version 0.4.0.
Public members¶
- static SphericalAxis(_cls, x: float, y: float, z: float)[source]
Create new instance of SphericalAxis(x, y, z)
- __getnewargs__()[source]
Return self as a plain tuple. Used by copy and pickle.
Last update:
Jun 27, 2025