com.croftsoft.core.math.geom
Interface PointXYZ

All Superinterfaces:
PointXY
All Known Implementing Classes:
Point3DD

public interface PointXYZ
extends PointXY

A read-only interface for double precision (x,y,z) coordinates.

Since:
2003-03-30
Version:
2003-04-13
Author:
David Wallace Croft

Method Summary
 double getZ()
           
 
Methods inherited from interface com.croftsoft.core.math.geom.PointXY
angleTo, distance, distanceXY, getX, getY
 

Method Detail

getZ

double getZ()

CroftSoft Javadoc

CroftSoft Core Javadoc (2008-09-28 20:58:02)