Packages

t

org.nlogo.api

ObserverOrientation

trait ObserverOrientation extends AnyRef

Source
Observer.scala
Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ObserverOrientation
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def dist: Double

    Returns the current distance behind the followed turtle the 3D view is displaying

  2. abstract def dx: Double
  3. abstract def dy: Double
  4. abstract def dz: Double
  5. abstract def heading: Double
  6. abstract def pitch: Double
  7. abstract def roll: Double