All Packages Class Hierarchy This Package Previous Next Index
Class benno.asg.SpacePoint
java.lang.Object
|
+----benno.asg.SpacePoint
- public class SpacePoint
- extends Object
Objects of this class represent points in the scene space.
- Version:
- $Revision: 1.3 $
-
x
-
-
y
-
-
z
-
-
SpacePoint()
-
-
SpacePoint(double, double, double)
-
-
toString()
-
x
public double x
y
public double y
z
public double z
SpacePoint
public SpacePoint()
SpacePoint
public SpacePoint(double ix,
double iy,
double iz)
toString
public String toString()
- Overrides:
- toString in class Object
All Packages Class Hierarchy This Package Previous Next Index