t

org.nlogo.agent

OrientatableObserver

trait OrientatableObserver extends AnyRef

Self Type
Observer
Source
OrientableObserver.scala
Linear Supertypes
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[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @IntrinsicCandidate()
  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. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  17. def heading(heading: Double): Unit
  18. def home(): Unit
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. def moveto(otherAgent: Agent): Unit
    Annotations
    @throws( classOf[AgentException] )
  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  24. def orbitRight(delta: Double): Unit
  25. def orbitUp(delta: Double): Unit
  26. val orientation: Option[ObserverOrientation]
  27. def oxcor(d: Double): Unit
  28. val oxcor: Double
  29. def oxyandzcor(oxcor: Double, oycor: Double, ozcor: Double): Unit
  30. def oycor(d: Double): Unit
  31. val oycor: Double
  32. def ozcor(d: Double): Unit
  33. val ozcor: Double
  34. val perspective: Perspective
  35. def pitch(pitch: Double): Unit
  36. def resetPerspective(): Unit
  37. def roll(roll: Double): Unit
  38. def rotationPoint: Vect
  39. def setPerspective(perspective: Perspective): Unit
  40. def setRotationPoint(agent: api.Agent): Unit
  41. def setRotationPoint(x: Double, y: Double, z: Double): Unit
  42. def setRotationPoint(v: Vect): Unit
  43. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  44. def toString(): String
    Definition Classes
    AnyRef → Any
  45. def translate(thetaX: Double, thetaY: Double): Unit
  46. def updatePosition(): Boolean
  47. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  48. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  49. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from AnyRef

Inherited from Any

Ungrouped