Uses of Class
georegression.struct.affine.Affine2D_F64
Packages that use Affine2D_F64
Package
Description
- 
Uses of Affine2D_F64 in georegression.fitting.affineMethods in georegression.fitting.affine that return Affine2D_F64Modifier and TypeMethodDescriptionModelManagerAffine2D_F64.createModelInstance()MotionAffinePoint2D_F64.getTransformSrcToDst()Methods in georegression.fitting.affine with parameters of type Affine2D_F64Modifier and TypeMethodDescriptionvoidModelManagerAffine2D_F64.copyModel(Affine2D_F64 src, Affine2D_F64 dst) 
- 
Uses of Affine2D_F64 in georegression.structMethods in georegression.struct that return Affine2D_F64Modifier and TypeMethodDescriptionstatic Affine2D_F64ConvertFloatType.convert(Affine2D_F32 src, @Nullable Affine2D_F64 dst) Methods in georegression.struct with parameters of type Affine2D_F64Modifier and TypeMethodDescriptionstatic Affine2D_F64ConvertFloatType.convert(Affine2D_F32 src, @Nullable Affine2D_F64 dst) static Affine2D_F32ConvertFloatType.convert(Affine2D_F64 src, @Nullable Affine2D_F32 dst) 
- 
Uses of Affine2D_F64 in georegression.struct.affineMethods in georegression.struct.affine that return Affine2D_F64Modifier and TypeMethodDescriptionAffine2D_F64.concat(Affine2D_F64 second, @Nullable Affine2D_F64 ret) Affine2D_F64.copy()Affine2D_F64.createInstance()Affine2D_F64.invert(@Nullable Affine2D_F64 inverse) Affine2D_F64.setTo(double a11, double a12, double a21, double a22, double tx, double ty) Affine2D_F64.setTo(Affine2D_F64 target) Methods in georegression.struct.affine with parameters of type Affine2D_F64Modifier and TypeMethodDescriptionAffine2D_F64.concat(Affine2D_F64 second, @Nullable Affine2D_F64 ret) static Affine2D_F32UtilAffine.convert(Affine2D_F64 m, @Nullable Affine2D_F32 ret) Affine2D_F64.invert(@Nullable Affine2D_F64 inverse) Affine2D_F64.setTo(Affine2D_F64 target) 
- 
Uses of Affine2D_F64 in georegression.struct.seMethods in georegression.struct.se that return Affine2D_F64Modifier and TypeMethodDescriptionstatic Affine2D_F64SpecialEuclideanOps_F64.toAffine(Se2_F64 se, @Nullable Affine2D_F64 affine) ConvertsSe2_F64intoAffine2D_F64.Methods in georegression.struct.se with parameters of type Affine2D_F64Modifier and TypeMethodDescriptionstatic Affine2D_F64SpecialEuclideanOps_F64.toAffine(Se2_F64 se, @Nullable Affine2D_F64 affine) ConvertsSe2_F64intoAffine2D_F64.
- 
Uses of Affine2D_F64 in georegression.transformMethods in georegression.transform that return Affine2D_F64Modifier and TypeMethodDescriptionstatic Affine2D_F64ConvertTransform_F64.convert(Se2_F64 src, @Nullable Affine2D_F64 dst) Methods in georegression.transform with parameters of type Affine2D_F64Modifier and TypeMethodDescriptionstatic Homography2D_F64ConvertTransform_F64.convert(Affine2D_F64 src, @Nullable Homography2D_F64 dst) static Affine2D_F64ConvertTransform_F64.convert(Se2_F64 src, @Nullable Affine2D_F64 dst) 
- 
Uses of Affine2D_F64 in georegression.transform.affineMethods in georegression.transform.affine with parameters of type Affine2D_F64Modifier and TypeMethodDescriptionstatic Point2D_F64AffinePointOps_F64.transform(Affine2D_F64 se, double x, double y, @Nullable Point2D_F64 result) Applies a 2D affine transform to the point and stores the results in another variable.static Point2D_F64AffinePointOps_F64.transform(Affine2D_F64 se, Point2D_F64 orig, @Nullable Point2D_F64 result) Applies a 2D affine transform to the point and stores the results in another variable.static Vector2D_F64AffinePointOps_F64.transform(Affine2D_F64 se, Vector2D_F64 orig, @Nullable Vector2D_F64 result) Applies a 2D affine transform to the point and stores the results in another variable.