Uses of Class
georegression.struct.affine.Affine2D_F32
Package
Description
-
Uses of Affine2D_F32 in georegression.fitting.affine
Modifier and TypeMethodDescriptionModelManagerAffine2D_F32.createModelInstance()
MotionAffinePoint2D_F32.getTransformSrcToDst()
Modifier and TypeMethodDescriptionvoid
ModelManagerAffine2D_F32.copyModel
(Affine2D_F32 src, Affine2D_F32 dst) -
Uses of Affine2D_F32 in georegression.struct
Modifier and TypeMethodDescriptionstatic Affine2D_F32
ConvertFloatType.convert
(Affine2D_F64 src, @Nullable Affine2D_F32 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_F32 in georegression.struct.affine
Modifier and TypeMethodDescriptionAffine2D_F32.concat
(Affine2D_F32 second, @Nullable Affine2D_F32 ret) static Affine2D_F32
UtilAffine.convert
(Affine2D_F64 m, @Nullable Affine2D_F32 ret) Affine2D_F32.copy()
Affine2D_F32.createInstance()
Affine2D_F32.invert
(@Nullable Affine2D_F32 inverse) Affine2D_F32.setTo
(float a11, float a12, float a21, float a22, float tx, float ty) Affine2D_F32.setTo
(Affine2D_F32 target) Modifier and TypeMethodDescriptionAffine2D_F32.concat
(Affine2D_F32 second, @Nullable Affine2D_F32 ret) static Affine2D_F32
UtilAffine.convert
(Affine2D_F64 m, @Nullable Affine2D_F32 ret) Affine2D_F32.invert
(@Nullable Affine2D_F32 inverse) Affine2D_F32.setTo
(Affine2D_F32 target) -
Uses of Affine2D_F32 in georegression.struct.se
Modifier and TypeMethodDescriptionstatic Affine2D_F32
SpecialEuclideanOps_F32.toAffine
(Se2_F32 se, @Nullable Affine2D_F32 affine) ConvertsSe2_F32
intoAffine2D_F32
.Modifier and TypeMethodDescriptionstatic Affine2D_F32
SpecialEuclideanOps_F32.toAffine
(Se2_F32 se, @Nullable Affine2D_F32 affine) ConvertsSe2_F32
intoAffine2D_F32
. -
Uses of Affine2D_F32 in georegression.transform
Modifier and TypeMethodDescriptionstatic Affine2D_F32
ConvertTransform_F32.convert
(Se2_F32 src, @Nullable Affine2D_F32 dst) Modifier and TypeMethodDescriptionstatic Homography2D_F32
ConvertTransform_F32.convert
(Affine2D_F32 src, @Nullable Homography2D_F32 dst) static Affine2D_F32
ConvertTransform_F32.convert
(Se2_F32 src, @Nullable Affine2D_F32 dst) -
Uses of Affine2D_F32 in georegression.transform.affine
Modifier and TypeMethodDescriptionstatic Point2D_F32
AffinePointOps_F32.transform
(Affine2D_F32 se, float x, float y, @Nullable Point2D_F32 result) Applies a 2D affine transform to the point and stores the results in another variable.static Point2D_F32
AffinePointOps_F32.transform
(Affine2D_F32 se, Point2D_F32 orig, @Nullable Point2D_F32 result) Applies a 2D affine transform to the point and stores the results in another variable.static Vector2D_F32
AffinePointOps_F32.transform
(Affine2D_F32 se, Vector2D_F32 orig, @Nullable Vector2D_F32 result) Applies a 2D affine transform to the point and stores the results in another variable.