public class SequencePoint2Transform2_F32 extends java.lang.Object implements Point2Transform2_F32
Point2Transform2_F32 as a sequence into a single transform.| Constructor and Description |
|---|
SequencePoint2Transform2_F32(Point2Transform2_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 SequencePoint2Transform2_F32(Point2Transform2_F32... sequence)
sequence - Sequence of transforms.public void compute(float x,
float y,
georegression.struct.point.Point2D_F32 out)
Point2Transform2_F32compute in interface Point2Transform2_F32x - x-coordinate of pointy - y-coordinate of pointout - Transformed point location.