Uses of Class
com.irurueta.geometry.AffineParameters2D
Packages that use AffineParameters2D
Package
Description
This package contains classes to work with basic geometric entities such as
2D or 3D points, lines, planes, 2D or 3D triangles or polygons, circles,
spheres, rotations, transformations etc.
-
Uses of AffineParameters2D in com.irurueta.geometry
Methods in com.irurueta.geometry that return AffineParameters2DModifier and TypeMethodDescriptionProjectiveTransformation2D.getAffineParameters()Gets affine parameters of associated to this instance.AffineTransformation2D.getParameters()Gets affine parameters of this instance.Methods in com.irurueta.geometry with parameters of type AffineParameters2DModifier and TypeMethodDescriptionvoidProjectiveTransformation2D.getAffineParameters(AffineParameters2D result) Computes affine parameters associated to this instance and stores the result in provided instance.voidAffineTransformation2D.getParameters(AffineParameters2D result) Computes affine parameters of this instance and stores the result in provided instance.voidProjectiveTransformation2D.setAffineParameters(AffineParameters2D parameters) Sets affine parameters associated to this instance.voidAffineTransformation2D.setParameters(AffineParameters2D parameters) Sets affine parameters of this instance.Constructors in com.irurueta.geometry with parameters of type AffineParameters2DModifierConstructorDescriptionAffineTransformation2D(AffineParameters2D params, Rotation2D rotation) Creates transformation with provided affine parameters and rotation.AffineTransformation2D(AffineParameters2D params, Rotation2D rotation, double[] translation) Creates transformation with provided parameters, rotation and translation.ProjectiveTransformation2D(AffineParameters2D params, Rotation2D rotation) Creates transformation with provided affine parameters and rotation.ProjectiveTransformation2D(AffineParameters2D params, Rotation2D rotation, double[] translation) Creates transformation with provided parameters, rotation and translation.ProjectiveTransformation2D(AffineParameters2D params, Rotation2D rotation, double[] translation, double[] projectiveParameters) Creates transformation with provided parameters, rotation and translation.