boofcv.struct.distort
Class DoNothingTransform_F64
- java.lang.Object
-
- boofcv.struct.distort.DoNothingTransform_F64
-
- All Implemented Interfaces:
- PointTransform_F64
public class DoNothingTransform_F64 extends java.lang.Object implements PointTransform_F64
A transform which applies no transform. Can be used to avoid checking for null
-
-
Constructor Summary
Constructors Constructor and Description DoNothingTransform_F64()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description voidcompute(double x, double y, Point2D_F64 out)Applies transformation
-
-
-
Method Detail
-
compute
public void compute(double x, double y, Point2D_F64 out)Description copied from interface:PointTransform_F64Applies transformation- Specified by:
computein interfacePointTransform_F64- Parameters:
x- x-coordinate of pointy- y-coordinate of pointout- Transformed point location.
-
-
DataMelt 3.0 © DataMelt by jWork.ORG