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:525
[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:528
readonlykind:"mat4x4f"
Overrides
Section titled “Overrides”mat4x4.kind
Defined in
Section titled “Defined in”packages/typegpu/src/data/wgslTypes.ts:537
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:526
Methods
Section titled “Methods”[operatorMinus]()
Section titled “[operatorMinus]()”[operatorMinus](
lhs,rhs):m4x4f
Parameters
Section titled “Parameters”Returns
Section titled “Returns”Inherited from
Section titled “Inherited from”matInfixNotation.[operatorMinus]
Defined in
Section titled “Defined in”packages/typegpu/src/data/wgslTypes.ts:87
[operatorPlus]()
Section titled “[operatorPlus]()”[operatorPlus](
lhs,rhs):m4x4f
Parameters
Section titled “Parameters”Returns
Section titled “Returns”Inherited from
Section titled “Inherited from”matInfixNotation.[operatorPlus]
Defined in
Section titled “Defined in”packages/typegpu/src/data/wgslTypes.ts:86
[operatorStar]()
Section titled “[operatorStar]()”Call Signature
Section titled “Call Signature”[operatorStar](
lhs,rhs):m4x4f
Parameters
Section titled “Parameters”number | m4x4f
number | m4x4f
Returns
Section titled “Returns”Inherited from
Section titled “Inherited from”matInfixNotation.[operatorStar]
Defined in
Section titled “Defined in”packages/typegpu/src/data/wgslTypes.ts:88
Call Signature
Section titled “Call Signature”[operatorStar](
lhs,rhs):v4f
Parameters
Section titled “Parameters”Returns
Section titled “Returns”Inherited from
Section titled “Inherited from”matInfixNotation.[operatorStar]
Defined in
Section titled “Defined in”packages/typegpu/src/data/wgslTypes.ts:89
Call Signature
Section titled “Call Signature”[operatorStar](
lhs,rhs):v4f
Parameters
Section titled “Parameters”Returns
Section titled “Returns”Inherited from
Section titled “Inherited from”matInfixNotation.[operatorStar]
Defined in
Section titled “Defined in”packages/typegpu/src/data/wgslTypes.ts:90
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:81
Call Signature
Section titled “Call Signature”mul(
other):m4x4f
Parameters
Section titled “Parameters”number | m4x4f
Returns
Section titled “Returns”Inherited from
Section titled “Inherited from”matInfixNotation.mul
Defined in
Section titled “Defined in”packages/typegpu/src/data/wgslTypes.ts:83
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:84
sub(
other):m4x4f
Parameters
Section titled “Parameters”Returns
Section titled “Returns”Inherited from
Section titled “Inherited from”matInfixNotation.sub