com.croftsoft.core.math
Class Point3d

java.lang.Object
  extended by com.croftsoft.core.math.Point3d
All Implemented Interfaces:
Serializable, Cloneable

Deprecated. Use Point3DD instead.

public final class Point3d
extends Object
implements Cloneable, Serializable

A mutable point in three-dimensional real space (x, y, and z).

Since:
2002-02-06
Version:
2003-03-30
See Also:
Serialized Form
Author:
David Wallace Croft

Constructor Summary
Point3d()
          Deprecated.  
Point3d(double x, double y, double z)
          Deprecated.  
 
Method Summary
 Object clone()
          Deprecated.  
 boolean equals(Object other)
          Deprecated.  
static boolean equivalent(Point3d aPoint3d, Point3d bPoint3d)
          Deprecated.  
 double getX()
          Deprecated.  
 double getY()
          Deprecated.  
 double getZ()
          Deprecated.  
 int hashCode()
          Deprecated.  
 void setX(double x)
          Deprecated.  
 void setY(double y)
          Deprecated.  
 void setZ(double z)
          Deprecated.  
 String toString()
          Deprecated.  
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Point3d

public Point3d(double x,
               double y,
               double z)
Deprecated. 

Point3d

public Point3d()
Deprecated. 
Method Detail

equivalent

public static boolean equivalent(Point3d aPoint3d,
                                 Point3d bPoint3d)
Deprecated. 

getX

public double getX()
Deprecated. 

getY

public double getY()
Deprecated. 

getZ

public double getZ()
Deprecated. 

setX

public void setX(double x)
Deprecated. 

setY

public void setY(double y)
Deprecated. 

setZ

public void setZ(double z)
Deprecated. 

equals

public boolean equals(Object other)
Deprecated. 
Overrides:
equals in class Object

hashCode

public int hashCode()
Deprecated. 
Overrides:
hashCode in class Object

clone

public Object clone()
Deprecated. 
Overrides:
clone in class Object

toString

public String toString()
Deprecated. 
Overrides:
toString in class Object

CroftSoft Javadoc

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