Pitchable#

class optika.mixins.Pitchable[source]#

Bases: Transformable

An object that can be pitched.

Attributes

pitch

pitch angle of this object

transformation

the coordinate transformation between the global coordinate system and this object's local coordinate system

Methods

__init__()

Inheritance Diagram

Inheritance diagram of optika.mixins.Pitchable
abstract property pitch: Quantity | int | float | complex | ndarray | AbstractScalar#

pitch angle of this object

property transformation: AbstractTransformation#

the coordinate transformation between the global coordinate system and this object’s local coordinate system