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 $

Variable Index

 o x
 o y
 o z

Constructor Index

 o SpacePoint()
 o SpacePoint(double, double, double)

Method Index

 o toString()

Variables

 o x
 public double x
 o y
 public double y
 o z
 public double z

Constructors

 o SpacePoint
 public SpacePoint()
 o SpacePoint
 public SpacePoint(double ix,
                   double iy,
                   double iz)

Methods

 o toString
 public String toString()
Overrides:
toString in class Object

All Packages  Class Hierarchy  This Package  Previous  Next  Index