Rollable#

class optika.mixins.Rollable[source]#

Bases: Transformable

An object that can be rolled.

Attributes

roll

roll 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.Rollable
abstract property roll: Quantity | int | float | complex | ndarray | AbstractScalar#

roll angle of this object

property transformation: AbstractTransformation#

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