barsuift.simLife.j3d
Class Point3dState

java.lang.Object
  extended by barsuift.simLife.j3d.Point3dState

public class Point3dState
extends java.lang.Object


Constructor Summary
Point3dState()
           
Point3dState(double x, double y, double z)
           
Point3dState(javax.vecmath.Point3d point)
           
Point3dState(Point3dState copy)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 double getX()
           
 double getY()
           
 double getZ()
           
 int hashCode()
           
 void setX(double x)
           
 void setY(double y)
           
 void setZ(double z)
           
 javax.vecmath.Point3d toPointValue()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Point3dState

public Point3dState()

Point3dState

public Point3dState(double x,
                    double y,
                    double z)

Point3dState

public Point3dState(javax.vecmath.Point3d point)

Point3dState

public Point3dState(Point3dState copy)
Method Detail

toPointValue

public javax.vecmath.Point3d toPointValue()

getX

public double getX()

setX

public void setX(double x)

getY

public double getY()

setY

public void setY(double y)

getZ

public double getZ()

setZ

public void setZ(double z)

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

toString

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


Copyright © 2010. All Rights Reserved.