starfish.chemistry
Class Point3

java.lang.Object
  extended by starfish.chemistry.Point3
All Implemented Interfaces:
java.io.Serializable

public class Point3
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

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

Field Detail

x

public double x

y

public double y

z

public double z
Constructor Detail

Point3

public Point3(double x,
              double y,
              double z)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2010 One Moon Scientific, Inc. All Rights Reserved.