- Preparing search index...
- The search index is not available
ara3d-webgl
Properties
elements
elements: number[]
Methods
clone
- clone(): Matrix
-
copy
- copy(m: Matrix): Matrix
-
determinant
- determinant(): number
-
Returns number
identity
- identity(): Matrix
-
invert
- invert(): Matrix
-
multiplyScalar
- multiplyScalar(s: number): Matrix
-
transpose
- transpose(): Matrix
-
( interface Matrix )