Skip to content

mul

mul(lhs, rhs): number

number

number

number

packages/typegpu/src/std/operators.ts:138

mul<MV>(lhs, rhs): MV

MV extends AnyNumericVecInstance | AnyMatInstance

number

MV

MV

packages/typegpu/src/std/operators.ts:138

mul<MV>(lhs, rhs): MV

MV extends AnyNumericVecInstance | AnyMatInstance

MV

number

MV

packages/typegpu/src/std/operators.ts:138

mul<V>(lhs, rhs): V

V extends AnyNumericVecInstance

V

V

V

packages/typegpu/src/std/operators.ts:138

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

M extends AnyMatInstance

V extends v2f | v3f | v4f

V

M

V

packages/typegpu/src/std/operators.ts:138

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

M extends AnyMatInstance

V extends v2f | v3f | v4f

M

V

V

packages/typegpu/src/std/operators.ts:138

mul<M>(lhs, rhs): M

M extends AnyMatInstance

M

M

M

packages/typegpu/src/std/operators.ts:138

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

Lhs extends number | AnyNumericVecInstance | AnyMatInstance

Rhs extends number | AnyNumericVecInstance | AnyMatInstance

Lhs

Rhs

Lhs | Rhs

packages/typegpu/src/std/operators.ts:138