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