Class ParticleGroup.ParticleBean

  • All Implemented Interfaces:
    java.io.Serializable
    Direct Known Subclasses:
    StarGroup.StarBean
    Enclosing class:
    ParticleGroup

    public static class ParticleGroup.ParticleBean
    extends java.lang.Object
    implements java.io.Serializable
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      double[] data  
      static int I_X  
      static int I_Y  
      static int I_Z  
    • Constructor Summary

      Constructors 
      Constructor Description
      ParticleBean​(double[] data)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Vector3d pos​(Vector3d aux)  
      double x()  
      double y()  
      double z()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait