Class CoordonneesHomogenes3D
java.lang.Object
CoordonneesHomogenes3D
- Direct Known Subclasses:
- Direction3D, Position3D
public class CoordonneesHomogenes3D
- extends java.lang.Object
Field Summary |
protected float[] |
c
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
c
protected float[] c
CoordonneesHomogenes3D
public CoordonneesHomogenes3D()
CoordonneesHomogenes3D
public CoordonneesHomogenes3D(float x,
float y,
float z,
float t)
CoordonneesHomogenes3D
public CoordonneesHomogenes3D(CoordonneesHomogenes3D ch)
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