Tilt

class kgpy.transform.rigid.Tilt

Bases: Transform, ABC

__init__()
Return type

None

Attributes

broadcasted

inverse

rotation_matrix

shape

Methods

__init__()

copy()

rtype

typing.TypeVar(CopyableT, bound= Copyable)

copy_shallow()

rtype

typing.TypeVar(CopyableT, bound= Copyable)

Inheritance Diagram

Inheritance diagram of kgpy.transform.rigid.Tilt

copy()
Return type

typing.TypeVar(CopyableT, bound= Copyable)

Parameters

self (CopyableT) –

copy_shallow()
Return type

typing.TypeVar(CopyableT, bound= Copyable)

Parameters

self (CopyableT) –

property broadcasted
property inverse: Transform
abstract property rotation_matrix: Matrix3D
property shape