THREE.Euler
See theEuler companion object
class Euler(var x: Double = ..., var y: Double = ..., var z: Double = ..., var order: String = ...) extends Object
A class representing Euler Angles.
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
class Objecttrait Anyclass Objecttrait Matchableclass Any
Members list
Value members
Concrete methods
def setFromQuaternion(q: Object, order: UndefOr[String] = ..., update: UndefOr[Boolean] = ...): Euler
def setFromRotationMatrix(m: Object, order: UndefOr[String] = ..., update: UndefOr[Boolean] = ...): this.type
Inherited methods
Attributes
- Inherited from:
- Object
Attributes
- Inherited from:
- Object
Attributes
- Inherited from:
- Object
Attributes
- Inherited from:
- Object
Attributes
- Inherited from:
- Object
In this article