Skip to content

mul

mul(lhs, rhs): number

Defined in: packages/typegpu/src/std/operators.ts:186

number

number

number

mul<MV>(lhs, rhs): MV

Defined in: packages/typegpu/src/std/operators.ts:186

MV extends AnyMatInstance | AnyNumericVecInstance

number

MV

MV

mul<MV>(lhs, rhs): MV

Defined in: packages/typegpu/src/std/operators.ts:186

MV extends AnyMatInstance | AnyNumericVecInstance

MV

number

MV

mul<V>(lhs, rhs): V

Defined in: packages/typegpu/src/std/operators.ts:186

V extends AnyNumericVecInstance

V

V

V

mul<M, V>(lhs, rhs): V

Defined in: packages/typegpu/src/std/operators.ts:186

M extends AnyMatInstance

V extends v2f | v3f | v4f

V

M

V

mul<M, V>(lhs, rhs): V

Defined in: packages/typegpu/src/std/operators.ts:186

M extends AnyMatInstance

V extends v2f | v3f | v4f

M

V

V

mul<M>(lhs, rhs): M

Defined in: packages/typegpu/src/std/operators.ts:186

M extends AnyMatInstance

M

M

M

mul<Lhs, Rhs>(lhs, rhs): Lhs | Rhs

Defined in: packages/typegpu/src/std/operators.ts:186

Lhs extends number | AnyMatInstance | AnyNumericVecInstance

Rhs extends number | AnyMatInstance | AnyNumericVecInstance

Lhs

Rhs

Lhs | Rhs