Uses of Class
com.irurueta.geometry.AffineParameters3D
Packages that use AffineParameters3D
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 AffineParameters3D in com.irurueta.geometry
Methods in com.irurueta.geometry that return AffineParameters3DModifier and TypeMethodDescriptionProjectiveTransformation3D.getAffineParameters()Gets affine parameters of associated to this instance.AffineTransformation3D.getParameters()Gets affine parameters of this instance.Methods in com.irurueta.geometry with parameters of type AffineParameters3DModifier and TypeMethodDescriptionvoidProjectiveTransformation3D.getAffineParameters(AffineParameters3D result) Computes affine parameters associated to this instance and stores the result in provided instance.voidAffineTransformation3D.getParameters(AffineParameters3D result) Computes affine parameters of this instance and stores the result in provided instance.voidProjectiveTransformation3D.setAffineParameters(AffineParameters3D parameters) Sets affine parameters associated to this instance.voidAffineTransformation3D.setParameters(AffineParameters3D parameters) Sets affine parameters of this instance.Constructors in com.irurueta.geometry with parameters of type AffineParameters3DModifierConstructorDescriptionAffineTransformation3D(AffineParameters3D params, Rotation3D rotation) Creates transformation with provided affine parameters and rotation.AffineTransformation3D(AffineParameters3D params, Rotation3D rotation, double[] translation) Creates transformation with provided parameters, rotation and translation.ProjectiveTransformation3D(AffineParameters3D params, Rotation3D rotation) Creates transformation with provided affine parameters and rotation.ProjectiveTransformation3D(AffineParameters3D params, Rotation3D rotation, double[] translation) Creates transformation with provided parameters, rotation and translation.ProjectiveTransformation3D(AffineParameters3D params, Rotation3D rotation, double[] translation, double[] projectiveParameters) Creates transformation with provided parameters, rotation and translation.