public class SequencePointTransform_F32 extends java.lang.Object implements PointTransform_F32
PointTransform_F32 as a sequence into a single transform.| Constructor and Description |
|---|
SequencePointTransform_F32(PointTransform_F32... sequence)
Specifies the sequence of transforms.
|
| Modifier and Type | Method and Description |
|---|---|
void |
compute(float x,
float y,
georegression.struct.point.Point2D_F32 out)
Applies transformation
|
public SequencePointTransform_F32(PointTransform_F32... sequence)
sequence - Sequence of transforms.public void compute(float x,
float y,
georegression.struct.point.Point2D_F32 out)
PointTransform_F32compute in interface PointTransform_F32x - x-coordinate of pointy - y-coordinate of pointout - Transformed point location.