Transformable#

class optika.mixins.Transformable[source]#

Bases: ABC

An object that can be transformed in 3D coordinates.

Attributes

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.Transformable
abstract property transformation: None | AbstractTransformation#

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