endrov.typeLineage
Class Lineage.ParticlePos

java.lang.Object
  extended by endrov.typeLineage.Lineage.ParticlePos
Enclosing class:
Lineage

public static class Lineage.ParticlePos
extends java.lang.Object

Position key frame


Field Summary
 double[] ovaloidAxisLength
           
 javax.vecmath.Vector3d[] ovaloidAxisVec
           
 double r
           
 double x
           
 double y
           
 double z
           
 
Constructor Summary
Lineage.ParticlePos()
           
 
Method Summary
 Lineage.ParticlePos clone()
           
 javax.vecmath.Vector3d getPosCopy()
           
 void setPosCopy(javax.vecmath.Vector3d v)
          Set position.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

Lineage.ParticlePos

public Lineage.ParticlePos()
Method Detail

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