m3x3f
Defined in: packages/typegpu/src/data/wgslTypes.ts:714
Interface representing its WGSL matrix type counterpart: mat3x3f or mat3x3
Extends
Section titled “Extends”Indexable
Section titled “Indexable”[n
: number
]: number
Properties
Section titled “Properties”[$internal]
Section titled “[$internal]”
readonly
[$internal]:true
Defined in: packages/typegpu/src/data/wgslTypes.ts:703
Inherited from
Section titled “Inherited from”mat3x3.[$internal]
[iterator]()
Section titled “[iterator]()”[iterator]: () =>
Iterator
<number
>
Defined in: packages/typegpu/src/data/wgslTypes.ts:40
Returns
Section titled “Returns”Iterator
<number
>
Inherited from
Section titled “Inherited from”mat3x3.[iterator]
columns
Section titled “columns”Defined in: packages/typegpu/src/data/wgslTypes.ts:706
Inherited from
Section titled “Inherited from”mat3x3.columns
readonly
kind:"mat3x3f"
Defined in: packages/typegpu/src/data/wgslTypes.ts:715
Overrides
Section titled “Overrides”mat3x3.kind
length
Section titled “length”
readonly
length:12
Defined in: packages/typegpu/src/data/wgslTypes.ts:704
Inherited from
Section titled “Inherited from”mat3x3.length
Methods
Section titled “Methods”add(
other
):m3x3f
Defined in: packages/typegpu/src/data/wgslTypes.ts:73
Parameters
Section titled “Parameters”Returns
Section titled “Returns”Inherited from
Section titled “Inherited from”matInfixNotation.add
Call Signature
Section titled “Call Signature”mul(
other
):m3x3f
Defined in: packages/typegpu/src/data/wgslTypes.ts:77
Parameters
Section titled “Parameters”number
Returns
Section titled “Returns”Inherited from
Section titled “Inherited from”matInfixNotation.mul
Call Signature
Section titled “Call Signature”mul(
other
):v3f
Defined in: packages/typegpu/src/data/wgslTypes.ts:78
Parameters
Section titled “Parameters”Returns
Section titled “Returns”Inherited from
Section titled “Inherited from”matInfixNotation.mul
Call Signature
Section titled “Call Signature”mul(
other
):m3x3f
Defined in: packages/typegpu/src/data/wgslTypes.ts:79
Parameters
Section titled “Parameters”Returns
Section titled “Returns”Inherited from
Section titled “Inherited from”matInfixNotation.mul
sub(
other
):m3x3f
Defined in: packages/typegpu/src/data/wgslTypes.ts:75
Parameters
Section titled “Parameters”Returns
Section titled “Returns”Inherited from
Section titled “Inherited from”matInfixNotation.sub