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

Methods
Initialize self.
-
__init__(translation: numpy.ndarray)¶ Initialize self. See help(type(self)) for accurate signature.
Attributes
Identity transformation.
Translation vector of this transformation.
-
identity: ClassVar[narupatools.physics.transformation.Translation] = <narupatools.physics.transformation.Translation object>¶ Identity transformation.
-
translation¶ Translation vector of this transformation.
-