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)

__repr__()[source]

Return a nicely formatted representation string

__getnewargs__()[source]

Return self as a plain tuple. Used by copy and pickle.

x : float[source]

Alias for field number 0

y : float[source]

Alias for field number 1

z : float[source]

Alias for field number 2


Last update: Jun 27, 2025