class Orientation extends ObserverOrientation
- Source
- OrientableObserver.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Orientation
- ObserverOrientation
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
- def atHome3D: Boolean
-
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
- Orientation → ObserverOrientation
-
def
dx: Double
- Definition Classes
- Orientation → ObserverOrientation
-
def
dy: Double
- Definition Classes
- Orientation → ObserverOrientation
-
def
dz: Double
- Definition Classes
- Orientation → ObserverOrientation
-
var
heading: Double
- Definition Classes
- Orientation → ObserverOrientation
- def normalizeDegrees(d: Double): Double
- def orbitRight(_delta: Double): Unit
- def orbitUp(_delta: Double): Unit
-
var
pitch: Double
- Definition Classes
- Orientation → ObserverOrientation
-
var
roll: Double
- Definition Classes
- Orientation → ObserverOrientation
- var rotationPoint: Vect