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