Class Separation<E extends IBehaviorParticle>

    • Constructor Summary

      Constructors 
      Constructor Description
      Separation()  
    • Constructor Detail

      • Separation

        public Separation()
    • Method Detail

      • force

        public processing.core.PVector force()
        Specified by:
        force in interface IBehavior
      • weight

        public float weight()
        Specified by:
        weight in interface IBehavior
      • weight

        public void weight​(float pWeight)
        Specified by:
        weight in interface IBehavior
      • neighbors

        public void neighbors​(java.util.ArrayList<E> pNeighbors)
      • proximity

        public float proximity()
      • proximity

        public void proximity​(float pPrivacyRadius)