Uses of Class
imagingbook.common.geometry.mappings.linear.Rotation2D
Packages that use Rotation2D
-
Uses of Rotation2D in imagingbook.common.geometry.mappings.linear
Methods in imagingbook.common.geometry.mappings.linear that return Rotation2DModifier and TypeMethodDescriptionRotation2D.concat
(Rotation2D B) Concatenates this rotation (A) with another rotation (B) and returns a new rotation (C), such that C(x) = B(A(x)).Rotation2D.duplicate()
Rotation2D.getInverse()
Methods in imagingbook.common.geometry.mappings.linear with parameters of type Rotation2DModifier and TypeMethodDescriptionRotation2D.concat
(Rotation2D B) Concatenates this rotation (A) with another rotation (B) and returns a new rotation (C), such that C(x) = B(A(x)).Constructors in imagingbook.common.geometry.mappings.linear with parameters of type Rotation2D