Matrix4

THREE.Matrix4
class Matrix4(n11: UndefOr[Double], n12: UndefOr[Double], n13: UndefOr[Double], n14: UndefOr[Double], n21: UndefOr[Double], n22: UndefOr[Double], n23: UndefOr[Double], n24: UndefOr[Double], n31: UndefOr[Double], n32: UndefOr[Double], n33: UndefOr[Double], n34: UndefOr[Double], n41: UndefOr[Double], n42: UndefOr[Double], n43: UndefOr[Double], n44: UndefOr[Double]) extends Object

Attributes

Graph
Supertypes
class Object
trait Any
class Object
trait Matchable
class Any

Members list

Value members

Inherited methods

def hasOwnProperty(v: String): Boolean

Attributes

Inherited from:
Object
def isPrototypeOf(v: Object): Boolean

Attributes

Inherited from:
Object
def propertyIsEnumerable(v: String): Boolean

Attributes

Inherited from:
Object
def toLocaleString(): String

Attributes

Inherited from:
Object
def valueOf(): Any

Attributes

Inherited from:
Object

Concrete fields

val elements: Array[Double]
val isMatrix4: Boolean