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
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def atHome3D: Boolean
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @IntrinsicCandidate()
-
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
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
-
var
heading: Double
- Definition Classes
- Orientation → ObserverOrientation
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def normalizeDegrees(d: Double): Double
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- 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
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )