class bgplot.entities.axes.Axes(x: Vector, y: Vector, z: Vector)

a named tuple that contains the information of three vectors that form a group of axis

Attributes:
x~.entities.vector.Vector

the x axis

y~.entities.vector.Vector

the y axis

z~.entities.vector.Vector

the z axis

x: Vector

Alias for field number 0

y: Vector

Alias for field number 1

z: Vector

Alias for field number 2