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