Packages

class Orientation extends ObserverOrientation

Source
OrientableObserver.scala
Linear Supertypes
ObserverOrientation, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Orientation
  2. ObserverOrientation
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Orientation(observer: Observer)

Value Members

  1. def atHome3D: Boolean
  2. def dist: Double

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

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

    Definition Classes
    OrientationObserverOrientation
  3. def dx: Double
    Definition Classes
    OrientationObserverOrientation
  4. def dy: Double
    Definition Classes
    OrientationObserverOrientation
  5. def dz: Double
    Definition Classes
    OrientationObserverOrientation
  6. var heading: Double
    Definition Classes
    OrientationObserverOrientation
  7. def normalizeDegrees(d: Double): Double
  8. def orbitRight(_delta: Double): Unit
  9. def orbitUp(_delta: Double): Unit
  10. var pitch: Double
    Definition Classes
    OrientationObserverOrientation
  11. var roll: Double
    Definition Classes
    OrientationObserverOrientation
  12. var rotationPoint: Vect