Package uk.ac.starlink.ttools.plot2.geom
Class GPoint3D
- java.lang.Object
-
- java.awt.geom.Point2D
-
- java.awt.geom.Point2D.Double
-
- uk.ac.starlink.ttools.plot2.geom.GPoint3D
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Cloneable
public class GPoint3D extends java.awt.geom.Point2D.Double
Extends Point2D.Double to include a Z coordinate. This third coordinate is not in graphics coordinates as such, but it represents the depth of the point in the Z stack. There is no limit on the Z coordinate range, but lower values are closer to the viewer.- Since:
- 19 Jul 2018
- Author:
- Mark Taylor
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description double
z
The Z coordinate of this Point3D.
-