Package teilchen

Interface Particle

    • Method Detail

      • fixed

        boolean fixed()
      • fixed

        void fixed​(boolean pFixed)
      • age

        float age()
      • age

        void age​(float pAge)
      • mass

        float mass()
      • mass

        void mass​(float pMass)
      • old_position

        processing.core.PVector old_position()
      • setPositionRef

        void setPositionRef​(processing.core.PVector pPosition)
      • velocity

        processing.core.PVector velocity()
      • force

        processing.core.PVector force()
      • dead

        boolean dead()
      • dead

        void dead​(boolean pDead)
      • tagged

        boolean tagged()
      • tag

        void tag​(boolean pTag)
      • accumulateInnerForce

        void accumulateInnerForce​(float pDeltaTime)
      • radius

        void radius​(float pRadius)
      • still

        boolean still()
      • still

        void still​(boolean pStill)
      • ID

        long ID()