Yawable#

class optika.mixins.Yawable[source]#

Bases: Transformable

An object that can be yawed.

Attributes

transformation

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

yaw

yaw angle of this object

Methods

__init__()

Inheritance Diagram

Inheritance diagram of optika.mixins.Yawable
property transformation: AbstractTransformation#

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

abstract property yaw: Quantity | int | float | complex | ndarray | AbstractScalar#

yaw angle of this object