public class CoordinateChange
extends java.lang.Object
Constructor and Description |
---|
CoordinateChange(double x1,
double y1,
double x2,
double y2) |
Modifier and Type | Method and Description |
---|---|
static CoordinateChange |
create(XPoint2D p1,
XPoint2D p2) |
double |
getLength() |
XPoint2D |
getTrueCoordinate(double a,
double b) |
public CoordinateChange(double x1, double y1, double x2, double y2)
public static CoordinateChange create(XPoint2D p1, XPoint2D p2)
public XPoint2D getTrueCoordinate(double a, double b)
public final double getLength()