Class Teleporter

  • All Implemented Interfaces:
    IConstraint

    public class Teleporter
    extends java.lang.Object
    implements IConstraint
    • Constructor Summary

      Constructors 
      Constructor Description
      Teleporter()  
      Teleporter​(processing.core.PVector pMin, processing.core.PVector pMax)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean active()  
      void active​(boolean pActiveState)  
      void apply​(Physics pParticleSystem)  
      boolean dead()  
      void dead​(boolean pDead)  
      long ID()  
      processing.core.PVector max()  
      processing.core.PVector min()  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Teleporter

        public Teleporter()
      • Teleporter

        public Teleporter​(processing.core.PVector pMin,
                          processing.core.PVector pMax)
    • Method Detail

      • max

        public processing.core.PVector max()
      • min

        public processing.core.PVector min()
      • active

        public void active​(boolean pActiveState)
        Specified by:
        active in interface IConstraint
      • dead

        public boolean dead()
        Specified by:
        dead in interface IConstraint
      • dead

        public void dead​(boolean pDead)
        Specified by:
        dead in interface IConstraint
      • ID

        public long ID()
        Specified by:
        ID in interface IConstraint