georegression.transform.affine
Class AffinePointOps_F64
- java.lang.Object
-
- georegression.transform.affine.AffinePointOps_F64
-
public class AffinePointOps_F64 extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor and Description AffinePointOps_F64()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method and Description static Point2D_F64transform(Affine2D_F64 se, double x, double y, Point2D_F64 result)Applies a 2D affine transform to the point and stores the results in another variable.static Point2D_F64transform(Affine2D_F64 se, Point2D_F64 orig, Point2D_F64 result)Applies a 2D affine transform to the point and stores the results in another variable.static Vector2D_F64transform(Affine2D_F64 se, Vector2D_F64 orig, Vector2D_F64 result)Applies a 2D affine transform to the point and stores the results in another variable.
-
-
-
Method Detail
-
transform
public static Vector2D_F64 transform(Affine2D_F64 se, Vector2D_F64 orig, Vector2D_F64 result)
Applies a 2D affine transform to the point and stores the results in another variable.- Parameters:
se- The transform.orig- Original point being transformed. Not modified.result- Where the results are stored. Can be the same as orig. If null a new instance is created. Modified.- Returns:
- Transformed point.
-
transform
public static Point2D_F64 transform(Affine2D_F64 se, Point2D_F64 orig, Point2D_F64 result)
Applies a 2D affine transform to the point and stores the results in another variable.- Parameters:
se- The transform.orig- Original point being transformed. Not modified.result- Where the results are stored. Can be the same as orig. If null a new instance is created. Modified.- Returns:
- Transformed point.
-
transform
public static Point2D_F64 transform(Affine2D_F64 se, double x, double y, Point2D_F64 result)
Applies a 2D affine transform to the point and stores the results in another variable.- Parameters:
se- The transform.x- Original x-coordinatey- Original y-coordinateresult- Where the results are stored. Can be the same as orig. If null a new instance is created. Modified.- Returns:
- Transformed point.
-
-
DataMelt 3.0 © DataMelt by jWork.ORG