Point.DoublePoint, Point.LongPoint
Constructor | Description |
---|---|
LongPoint() |
|
LongPoint(double x,
double y) |
|
LongPoint(long x,
long y) |
|
LongPoint(long x,
long y,
long z) |
|
LongPoint(Point.LongPoint other) |
Modifier and Type | Method | Description |
---|---|---|
static double |
getDeltaX(Point.LongPoint pt1,
Point.LongPoint pt2) |
|
long |
getX() |
|
long |
getY() |
|
long |
getZ() |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
equals, isPt2BetweenPt1AndPt3, set, setX, setY, setZ, slopesEqual, slopesEqual, toString
public LongPoint()
public LongPoint(long x, long y)
public LongPoint(double x, double y)
public LongPoint(long x, long y, long z)
public LongPoint(Point.LongPoint other)
public static double getDeltaX(Point.LongPoint pt1, Point.LongPoint pt2)
public long getX()
public long getY()
public long getZ()
Copyright © 2018. All rights reserved.