m4x4f
Interface representing its WGSL matrix type counterpart: mat4x4f or mat4x4
Extends
Section titled “Extends”Indexable
Section titled “Indexable”[n: number]: number
Properties
Section titled “Properties”[$internal]
Section titled “[$internal]”
readonly[$internal]:true
Inherited from
Section titled “Inherited from”mat4x4.[$internal]
Defined in
Section titled “Defined in”packages/typegpu/src/data/wgslTypes.ts:744
[iterator]()
Section titled “[iterator]()”[iterator]: () =>
Iterator<number>
Returns
Section titled “Returns”Iterator<number>
Inherited from
Section titled “Inherited from”mat4x4.[iterator]
Defined in
Section titled “Defined in”packages/typegpu/src/data/wgslTypes.ts:49
columns
Section titled “columns”Inherited from
Section titled “Inherited from”mat4x4.columns
Defined in
Section titled “Defined in”packages/typegpu/src/data/wgslTypes.ts:747
readonlykind:"mat4x4f"
Overrides
Section titled “Overrides”mat4x4.kind
Defined in
Section titled “Defined in”packages/typegpu/src/data/wgslTypes.ts:761
length
Section titled “length”
readonlylength:16
Inherited from
Section titled “Inherited from”mat4x4.length
Defined in
Section titled “Defined in”packages/typegpu/src/data/wgslTypes.ts:745
Methods
Section titled “Methods”add(
other):m4x4f
Parameters
Section titled “Parameters”Returns
Section titled “Returns”Inherited from
Section titled “Inherited from”matInfixNotation.add
Defined in
Section titled “Defined in”packages/typegpu/src/data/wgslTypes.ts:82
Call Signature
Section titled “Call Signature”mul(
other):m4x4f
Parameters
Section titled “Parameters”number
Returns
Section titled “Returns”Inherited from
Section titled “Inherited from”matInfixNotation.mul
Defined in
Section titled “Defined in”packages/typegpu/src/data/wgslTypes.ts:86
Call Signature
Section titled “Call Signature”mul(
other):v4f
Parameters
Section titled “Parameters”Returns
Section titled “Returns”Inherited from
Section titled “Inherited from”matInfixNotation.mul
Defined in
Section titled “Defined in”packages/typegpu/src/data/wgslTypes.ts:87
Call Signature
Section titled “Call Signature”mul(
other):m4x4f
Parameters
Section titled “Parameters”Returns
Section titled “Returns”Inherited from
Section titled “Inherited from”matInfixNotation.mul
Defined in
Section titled “Defined in”packages/typegpu/src/data/wgslTypes.ts:88
sub(
other):m4x4f
Parameters
Section titled “Parameters”Returns
Section titled “Returns”Inherited from
Section titled “Inherited from”matInfixNotation.sub