t

org.nlogo.agent

OrientatableObserver

trait OrientatableObserver extends AnyRef

Self Type
Observer
Source
OrientableObserver.scala
Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. OrientatableObserver
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. class Orientation extends ObserverOrientation

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val _orientation: Observer.Orientation
    Attributes
    protected
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def atHome2D: Boolean
  7. def atHome3D: Boolean
  8. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  9. def distance(x: Double, y: Double): Double
  10. def distance(t: api.Turtle): Double
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  13. def face(x: Double, y: Double): Unit
  14. def face(agent: api.Agent): Unit
  15. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. def heading(heading: Double): Unit
  19. def home(): Unit
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. def moveto(otherAgent: Agent): Unit
    Annotations
    @throws( classOf[AgentException] )
  22. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  24. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. def orbitRight(delta: Double): Unit
  26. def orbitUp(delta: Double): Unit
  27. val orientation: Option[ObserverOrientation]
  28. def oxcor(d: Double): Unit
  29. val oxcor: Double
  30. def oxyandzcor(oxcor: Double, oycor: Double, ozcor: Double): Unit
  31. def oycor(d: Double): Unit
  32. val oycor: Double
  33. def ozcor(d: Double): Unit
  34. val ozcor: Double
  35. val perspective: Perspective
  36. def pitch(pitch: Double): Unit
  37. def resetPerspective(): Unit
  38. def roll(roll: Double): Unit
  39. def rotationPoint: Vect
  40. def setPerspective(perspective: Perspective): Unit
  41. def setRotationPoint(agent: api.Agent): Unit
  42. def setRotationPoint(x: Double, y: Double, z: Double): Unit
  43. def setRotationPoint(v: Vect): Unit
  44. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  45. def toString(): String
    Definition Classes
    AnyRef → Any
  46. def translate(thetaX: Double, thetaY: Double): Unit
  47. def updatePosition(): Boolean
  48. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  49. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  50. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped