Uses of Class
georegression.struct.affine.Affine2D_F64
Package
Description
-
Uses of Affine2D_F64 in georegression.fitting.affine
Modifier and TypeMethodDescriptionModelManagerAffine2D_F64.createModelInstance()
MotionAffinePoint2D_F64.getTransformSrcToDst()
Modifier and TypeMethodDescriptionvoid
ModelManagerAffine2D_F64.copyModel
(Affine2D_F64 src, Affine2D_F64 dst) -
Uses of Affine2D_F64 in georegression.struct
Modifier and TypeMethodDescriptionstatic Affine2D_F64
ConvertFloatType.convert
(Affine2D_F32 src, @Nullable Affine2D_F64 dst) Modifier and TypeMethodDescriptionstatic Affine2D_F64
ConvertFloatType.convert
(Affine2D_F32 src, @Nullable Affine2D_F64 dst) static Affine2D_F32
ConvertFloatType.convert
(Affine2D_F64 src, @Nullable Affine2D_F32 dst) -
Uses of Affine2D_F64 in georegression.struct.affine
Modifier 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) Modifier and TypeMethodDescriptionAffine2D_F64.concat
(Affine2D_F64 second, @Nullable Affine2D_F64 ret) static Affine2D_F32
UtilAffine.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.se
Modifier and TypeMethodDescriptionstatic Affine2D_F64
SpecialEuclideanOps_F64.toAffine
(Se2_F64 se, @Nullable Affine2D_F64 affine) ConvertsSe2_F64
intoAffine2D_F64
.Modifier and TypeMethodDescriptionstatic Affine2D_F64
SpecialEuclideanOps_F64.toAffine
(Se2_F64 se, @Nullable Affine2D_F64 affine) ConvertsSe2_F64
intoAffine2D_F64
. -
Uses of Affine2D_F64 in georegression.transform
Modifier and TypeMethodDescriptionstatic Affine2D_F64
ConvertTransform_F64.convert
(Se2_F64 src, @Nullable Affine2D_F64 dst) Modifier and TypeMethodDescriptionstatic Homography2D_F64
ConvertTransform_F64.convert
(Affine2D_F64 src, @Nullable Homography2D_F64 dst) static Affine2D_F64
ConvertTransform_F64.convert
(Se2_F64 src, @Nullable Affine2D_F64 dst) -
Uses of Affine2D_F64 in georegression.transform.affine
Modifier and TypeMethodDescriptionstatic Point2D_F64
AffinePointOps_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_F64
AffinePointOps_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_F64
AffinePointOps_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.