Translation

class narupatools.physics.transformation.Translation(translation: numpy.ndarray)

Translation in three dimensional space.

A translation shifts all points in space by a three dimensional vector \(v\).

Inheritance

Inheritance diagram of Translation

Methods

__init__

Initialize self.

__init__(translation: numpy.ndarray)

Initialize self. See help(type(self)) for accurate signature.

Attributes

identity

Identity transformation.

translation

Translation vector of this transformation.

identity: ClassVar[narupatools.physics.transformation.Translation] = <narupatools.physics.transformation.Translation object>

Identity transformation.

translation

Translation vector of this transformation.