public class GPoint3D extends Point2D.Double
Point2D.Double, Point2D.Float
Modifier and Type | Field and Description |
---|---|
double |
z
The Z coordinate of this Point3D.
|
x, y
Constructor and Description |
---|
GPoint3D()
Constructs a point at the origin.
|
GPoint3D(double x,
double y,
double z)
Constructs a point with given coordinates.
|
getX, getY, setLocation, toString
clone, distance, distance, distance, distanceSq, distanceSq, distanceSq, equals, hashCode, setLocation
Copyright © 2024 Central Laboratory of the Research Councils. All Rights Reserved.