TiltAboutAxis

class kgpy.transform.rigid.TiltAboutAxis(angle=<Quantity 0. deg>)

Bases: Tilt, ABC

Parameters

angle (Union[Quantity, TolQuantity]) –

__init__(angle=<Quantity 0. deg>)
Parameters

angle (Union[Quantity, TolQuantity]) –

Return type

None

Attributes

angle

broadcasted

inverse

rotation_matrix

shape

tol_iter

Methods

__init__([angle])

copy()

rtype

typing.TypeVar(CopyableT, bound= Copyable)

copy_shallow()

rtype

typing.TypeVar(CopyableT, bound= Copyable)

Inheritance Diagram

Inheritance diagram of kgpy.transform.rigid.TiltAboutAxis

copy()
Return type

typing.TypeVar(CopyableT, bound= Copyable)

Parameters

self (CopyableT) –

copy_shallow()
Return type

typing.TypeVar(CopyableT, bound= Copyable)

Parameters

self (CopyableT) –

angle: typing.Union[astropy.units.Quantity, kgpy.units.TolQuantity] = <Quantity 0. deg>
property broadcasted
property inverse: Transform
abstract property rotation_matrix: Matrix3D
property shape
property tol_iter: Iterator[TiltAboutAxis]