com.daylight
Class Point3D

java.lang.Object
  extended by com.daylight.Point3D

public class Point3D
extends java.lang.Object

Object representing a 3D point.


Field Summary
 float x
           
 float y
           
 float z
           
 
Constructor Summary
Point3D()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

x

public float x

y

public float y

z

public float z
Constructor Detail

Point3D

public Point3D()