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, waitequals, isPt2BetweenPt1AndPt3, set, setX, setY, setZ, slopesEqual, slopesEqual, toStringpublic DoublePoint()
public DoublePoint(double x,
double y)
public DoublePoint(double x,
double y,
double z)
public DoublePoint(Point.DoublePoint other)
Copyright © 2018. All rights reserved.