org.nlogo.agent

Protractor

class Protractor extends Protractor

Source
Protractor.java
Linear Supertypes
Protractor, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. Protractor
  2. Protractor
  3. AnyRef
  4. Any
Visibility
  1. Public
  2. All

Value Members

  1. def != (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  2. def != (arg0: Any): Boolean

    Attributes
    final
    Definition Classes
    Any
  3. def ## (): Int

    Attributes
    final
    Definition Classes
    AnyRef → Any
  4. def == (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  5. def == (arg0: Any): Boolean

    Attributes
    final
    Definition Classes
    Any
  6. def asInstanceOf [T0] : T0

    Attributes
    final
    Definition Classes
    Any
  7. def clone (): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  8. def distance (x1: Double, y1: Double, x2: Double, y2: Double, wrap: Boolean): Double

  9. def distance (agent1: Agent, agent2: Agent, wrap: Boolean): Double

  10. def distance (agent: Agent, x2: Double, y2: Double, wrap: Boolean): Double

  11. def distanceToLink (link: Link, x: Double, y: Double): Double

  12. def eq (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  13. def equals (arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  14. def finalize (): Unit

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  15. def getClass (): java.lang.Class[_]

    Attributes
    final
    Definition Classes
    AnyRef → Any
  16. def getPatchAtHeadingAndDistance (x: Double, y: Double, heading: Double, distance: Double): Patch

  17. def getPatchAtHeadingAndDistance (a: Agent, heading: Double, distance: Double): Patch

  18. def hashCode (): Int

    Definition Classes
    AnyRef → Any
  19. def inBounds (x1: Double, y1: Double, x2: Double, y2: Double, x: Double, y: Double): Boolean

  20. def isInstanceOf [T0] : Boolean

    Attributes
    final
    Definition Classes
    Any
  21. def ne (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  22. def notify (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  23. def notifyAll (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  24. def synchronized [T0] (arg0: ⇒ T0): T0

    Attributes
    final
    Definition Classes
    AnyRef
  25. def toString (): String

    Definition Classes
    AnyRef → Any
  26. def towards (fromX: Double, fromY: Double, toX: Double, toY: Double, wrap: Boolean): Double

    Definition Classes
    ProtractorProtractor
  27. def towards (fromAgent: Agent, toX: Double, toY: Double, wrap: Boolean): Double

  28. def towards (fromAgent: Agent, toAgent: Agent, wrap: Boolean): Double

  29. def towardsPitch (fromX: Double, fromY: Double, fromZ: Double, toX: Double, toY: Double, toZ: Double, wrap: Boolean): Double

    Definition Classes
    ProtractorProtractor
  30. def towardsPitch (fromAgent: Agent, toX: Double, toY: Double, toZ: Double, wrap: Boolean): Double

  31. def towardsPitch (fromAgent: Agent, toAgent: Agent, wrap: Boolean): Double

  32. def wait (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()
  33. def wait (arg0: Long, arg1: Int): Unit

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()
  34. def wait (arg0: Long): Unit

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from Protractor

Inherited from AnyRef

Inherited from Any