Uses of Class
imagingbook.common.geometry.mappings.linear.Translation2D
Packages that use Translation2D
-
Uses of Translation2D in imagingbook.common.geometry.mappings.linear
Methods in imagingbook.common.geometry.mappings.linear that return Translation2DModifier and TypeMethodDescriptionTranslation2D.concat(Translation2D B) Concatenates this translation A with another translation B and returns a new translation C, such that C(x) = B(A(x)).Translation2D.duplicate()static Translation2DTranslation2D.fromPoints(Pnt2d p, Pnt2d q) Creates a new translation that maps between the first point to the second point specified.Translation2D.getInverse()Methods in imagingbook.common.geometry.mappings.linear with parameters of type Translation2DModifier and TypeMethodDescriptionTranslation2D.concat(Translation2D B) Concatenates this translation A with another translation B and returns a new translation C, such that C(x) = B(A(x)).Constructors in imagingbook.common.geometry.mappings.linear with parameters of type Translation2DModifierConstructorDescriptionConstructor, reates a new translation instance from a given translation.