Package boofcv.struct.distort
Class SequencePoint2Transform2_F32
java.lang.Object
boofcv.struct.distort.SequencePoint2Transform2_F32
- All Implemented Interfaces:
Point2Transform2_F32
@Generated("boofcv.struct.distort.SequencePoint2Transform2_F64")
public class SequencePoint2Transform2_F32
extends Object
implements Point2Transform2_F32
Combines together multiple
Point2Transform2_F32 as a sequence into a single transform.-
Constructor Summary
ConstructorsConstructorDescriptionSequencePoint2Transform2_F32(Point2Transform2_F32... sequence) Specifies the sequence of transforms. -
Method Summary
Modifier and TypeMethodDescriptionvoidcompute(float x, float y, Point2D_F32 out) Applies transformationCreates a copy
-
Constructor Details
-
SequencePoint2Transform2_F32
Specifies the sequence of transforms. Lower indexes are applied first.- Parameters:
sequence- Sequence of transforms.
-
-
Method Details
-
compute
Description copied from interface:Point2Transform2_F32Applies transformation- Specified by:
computein interfacePoint2Transform2_F32- Parameters:
x- x-coordinate of pointy- y-coordinate of pointout- Transformed point location.
-
copyConcurrent
Creates a copy- Specified by:
copyConcurrentin interfacePoint2Transform2_F32
-