Class CoordonneesHomogenes3D

java.lang.Object
  extended by CoordonneesHomogenes3D
Direct Known Subclasses:
Direction3D, Position3D

public class CoordonneesHomogenes3D
extends java.lang.Object


Field Summary
protected  float[] c
           
 
Constructor Summary
CoordonneesHomogenes3D()
           
CoordonneesHomogenes3D(CoordonneesHomogenes3D ch)
           
CoordonneesHomogenes3D(float x, float y, float z, float t)
           
 
Method Summary
 float getT()
           
 float[] getValue()
           
 float getX()
           
 float getY()
           
 float getZ()
           
 void setT(float t)
           
 void setX(float x)
           
 void setY(float y)
           
 void setZ(float z)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

c

protected float[] c
Constructor Detail

CoordonneesHomogenes3D

public CoordonneesHomogenes3D()

CoordonneesHomogenes3D

public CoordonneesHomogenes3D(float x,
                              float y,
                              float z,
                              float t)

CoordonneesHomogenes3D

public CoordonneesHomogenes3D(CoordonneesHomogenes3D ch)
Method Detail

setX

public void setX(float x)

getX

public float getX()

setY

public void setY(float y)

getY

public float getY()

setZ

public void setZ(float z)

getZ

public float getZ()

setT

public void setT(float t)

getT

public float getT()

getValue

public float[] getValue()

toString

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