public class SequencePointTransform_F64 extends java.lang.Object implements PointTransform_F64
PointTransform_F64 as a sequence into a single transform.| Constructor and Description |
|---|
SequencePointTransform_F64(PointTransform_F64... sequence)
Specifies the sequence of transforms.
|
| Modifier and Type | Method and Description |
|---|---|
void |
compute(double x,
double y,
georegression.struct.point.Point2D_F64 out)
Applies transformation
|
public SequencePointTransform_F64(PointTransform_F64... sequence)
sequence - Sequence of transforms.public void compute(double x,
double y,
georegression.struct.point.Point2D_F64 out)
PointTransform_F64compute in interface PointTransform_F64x - x-coordinate of pointy - y-coordinate of pointout - Transformed point location.