Defined in node_modules/wtc-math/dist/Mat4.d.ts:20 Constructorsconstructor new Mat4 ( ... args ) : Mat4 Defined in node_modules/wtc-math/dist/Mat4.d.ts:22 Accessors Methods[iterator] [iterator] ( ) : { next ( ) : { done : boolean ; value : number ; } | { done : boolean ; value ?: undefined ; } ; } Returns { next ( ) : { done : boolean ; value : number ; } | { done : boolean ; value ?: undefined ; } ; } next : functionnext ( ) : { done : boolean ; value : number ; } | { done : boolean ; value ?: undefined ; } Returns { done : boolean ; value : number ; } | { done : boolean ; value ?: undefined ; } Defined in node_modules/wtc-math/dist/Mat4.d.ts:243 Defined in node_modules/wtc-math/dist/Mat4.d.ts:242 add add ( m ) : Mat4 Defined in node_modules/wtc-math/dist/Mat4.d.ts:28 add New add New ( m ) : Mat4 Defined in node_modules/wtc-math/dist/Mat4.d.ts:29 clone clone ( ) : Mat4 Defined in node_modules/wtc-math/dist/Mat4.d.ts:25 invert invert ( ) : Mat4 Defined in node_modules/wtc-math/dist/Mat4.d.ts:73 invert New invert New ( ) : Mat4 Defined in node_modules/wtc-math/dist/Mat4.d.ts:74 multiply multiply ( m ) : Mat4 Defined in node_modules/wtc-math/dist/Mat4.d.ts:32 multiply New multiply New ( m ) : Mat4 Defined in node_modules/wtc-math/dist/Mat4.d.ts:33 multiply Scalar multiply Scalar ( s ) : Mat4 Defined in node_modules/wtc-math/dist/Mat4.d.ts:34 multiply Scalar New multiply Scalar New ( s ) : Mat4 Defined in node_modules/wtc-math/dist/Mat4.d.ts:35 reset reset ( ... args ) : Mat4 Defined in node_modules/wtc-math/dist/Mat4.d.ts:23 reset To Mat4 reset To Mat4 ( m ) : Mat4 Defined in node_modules/wtc-math/dist/Mat4.d.ts:24 rotate rotate ( r , axis ) : Mat4 output
Defined in node_modules/wtc-math/dist/Mat4.d.ts:71 rotate New rotate New ( r , axis ) : Mat4 Defined in node_modules/wtc-math/dist/Mat4.d.ts:72 scale scale ( s ) : Mat4 Defined in node_modules/wtc-math/dist/Mat4.d.ts:36 scale By Vec3 scale By Vec3 ( v ) : Mat4 Defined in node_modules/wtc-math/dist/Mat4.d.ts:38 scale By Vec3 New scale By Vec3 New ( v ) : Mat4 Defined in node_modules/wtc-math/dist/Mat4.d.ts:39 scale New scale New ( s ) : Mat4 Defined in node_modules/wtc-math/dist/Mat4.d.ts:37 subtract subtract ( m ) : Mat4 Defined in node_modules/wtc-math/dist/Mat4.d.ts:30 subtract New subtract New ( m ) : Mat4 Defined in node_modules/wtc-math/dist/Mat4.d.ts:31 to String to String ( ) : string Returns string Defined in node_modules/wtc-math/dist/Mat4.d.ts:75 transform transform ( v ) : Mat4 output
Defined in node_modules/wtc-math/dist/Mat4.d.ts:46 transform New transform New ( v ) : Mat4 Defined in node_modules/wtc-math/dist/Mat4.d.ts:47 transform To transform To ( v ) : Mat4 output
Defined in node_modules/wtc-math/dist/Mat4.d.ts:54 transform To New transform To New ( v ) : Mat4 Defined in node_modules/wtc-math/dist/Mat4.d.ts:55 translate translate ( v ) : Mat4 output
Defined in node_modules/wtc-math/dist/Mat4.d.ts:62 translate New translate New ( v ) : Mat4 Defined in node_modules/wtc-math/dist/Mat4.d.ts:63 transpose transpose ( ) : Mat4 Defined in node_modules/wtc-math/dist/Mat4.d.ts:26 transpose New transpose New ( ) : Mat4 Defined in node_modules/wtc-math/dist/Mat4.d.ts:27 Static
from Quat from Quat ( q ) : Mat4 out
Defined in node_modules/wtc-math/dist/Mat4.d.ts:144 Static
from Rotation from Rotation ( r , axis ) : Mat4 Defined in node_modules/wtc-math/dist/Mat4.d.ts:131 Static
from Rotation Translation Scale from Rotation Translation Scale ( q , v , s ) : Mat4 out
Defined in node_modules/wtc-math/dist/Mat4.d.ts:161 Static
from Rotation Translation Scale Origin from Rotation Translation Scale Origin ( q , v , s , o ) : Mat4 out
Defined in node_modules/wtc-math/dist/Mat4.d.ts:181 Static
from Scaling Vec3 from Scaling Vec3 ( v ) : Mat4 Defined in node_modules/wtc-math/dist/Mat4.d.ts:135 Static
from Translating Vec3 from Translating Vec3 ( v ) : Mat4 Defined in node_modules/wtc-math/dist/Mat4.d.ts:136 Static
fromXRotation fromXRotation ( r ) : Mat4 Defined in node_modules/wtc-math/dist/Mat4.d.ts:132 Static
fromYRotation fromYRotation ( r ) : Mat4 Defined in node_modules/wtc-math/dist/Mat4.d.ts:133 Static
fromZRotation fromZRotation ( r ) : Mat4 Defined in node_modules/wtc-math/dist/Mat4.d.ts:134 Static
frustum frustum ( left , right , bottom , top , near , far ) : Mat4 Parameters left : any right : any bottom : any top : any near : any far : any out
Defined in node_modules/wtc-math/dist/Mat4.d.ts:193 Static
look At look At ( eye , center , up ) : Mat4 Parameters eye : any center : any up : any out
Defined in node_modules/wtc-math/dist/Mat4.d.ts:227 Static
ortho ortho ( left , right , bottom , top , near , far ) : Mat4 Parameters left : any right : any bottom : any top : any near : any far : any out
Defined in node_modules/wtc-math/dist/Mat4.d.ts:216 Static
perspective perspective ( fovy , aspect , near , far ) : Mat4 Parameters fovy : any aspect : any near : any far : any out
Defined in node_modules/wtc-math/dist/Mat4.d.ts:204 Static
target To target To ( eye , target , up ) : Mat4 Parameters eye : any target : any up : any out
Defined in node_modules/wtc-math/dist/Mat4.d.ts:236
(getter) Returns the basic array representation of this matrix.