endrov.typeLineage
Class Lineage.ParticlePos
java.lang.Object
endrov.typeLineage.Lineage.ParticlePos
- Enclosing class:
- Lineage
public static class Lineage.ParticlePos
- extends java.lang.Object
Position key frame
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
x
public double x
y
public double y
z
public double z
r
public double r
ovaloidAxisLength
public double[] ovaloidAxisLength
ovaloidAxisVec
public javax.vecmath.Vector3d[] ovaloidAxisVec
Lineage.ParticlePos
public Lineage.ParticlePos()
getPosCopy
public javax.vecmath.Vector3d getPosCopy()
setPosCopy
public void setPosCopy(javax.vecmath.Vector3d v)
- Set position. Copy coordinates from v
clone
public Lineage.ParticlePos clone()
- Overrides:
clone
in class java.lang.Object