Package boofcv.struct.distort
Class SequencePoint2Transform2_F64
java.lang.Object
boofcv.struct.distort.SequencePoint2Transform2_F64
- All Implemented Interfaces:
Point2Transform2_F64
Combines together multiple
Point2Transform2_F64
as a sequence into a single transform.-
Constructor Summary
ConstructorDescriptionSequencePoint2Transform2_F64
(Point2Transform2_F64... sequence) Specifies the sequence of transforms. -
Method Summary
Modifier and TypeMethodDescriptionvoid
compute
(double x, double y, Point2D_F64 out) Applies transformationCreates a copy
-
Constructor Details
-
SequencePoint2Transform2_F64
Specifies the sequence of transforms. Lower indexes are applied first.- Parameters:
sequence
- Sequence of transforms.
-
-
Method Details
-
compute
Description copied from interface:Point2Transform2_F64
Applies transformation- Specified by:
compute
in interfacePoint2Transform2_F64
- Parameters:
x
- x-coordinate of pointy
- y-coordinate of pointout
- Transformed point location.
-
copyConcurrent
Creates a copy- Specified by:
copyConcurrent
in interfacePoint2Transform2_F64
-