mul
Call Signature
Section titled “Call Signature”mul(
lhs
,rhs
):number
Defined in: packages/typegpu/src/std/operators.ts:186
Parameters
Section titled “Parameters”number
number
Returns
Section titled “Returns”number
Call Signature
Section titled “Call Signature”mul<
MV
>(lhs
,rhs
):MV
Defined in: packages/typegpu/src/std/operators.ts:186
Type Parameters
Section titled “Type Parameters”• MV extends AnyMatInstance
| AnyNumericVecInstance
Parameters
Section titled “Parameters”number
MV
Returns
Section titled “Returns”MV
Call Signature
Section titled “Call Signature”mul<
MV
>(lhs
,rhs
):MV
Defined in: packages/typegpu/src/std/operators.ts:186
Type Parameters
Section titled “Type Parameters”• MV extends AnyMatInstance
| AnyNumericVecInstance
Parameters
Section titled “Parameters”MV
number
Returns
Section titled “Returns”MV
Call Signature
Section titled “Call Signature”mul<
V
>(lhs
,rhs
):V
Defined in: packages/typegpu/src/std/operators.ts:186
Type Parameters
Section titled “Type Parameters”• V extends AnyNumericVecInstance
Parameters
Section titled “Parameters”V
V
Returns
Section titled “Returns”V
Call Signature
Section titled “Call Signature”mul<
M
,V
>(lhs
,rhs
):V
Defined in: packages/typegpu/src/std/operators.ts:186
Type Parameters
Section titled “Type Parameters”• M extends AnyMatInstance
Parameters
Section titled “Parameters”V
M
Returns
Section titled “Returns”V
Call Signature
Section titled “Call Signature”mul<
M
,V
>(lhs
,rhs
):V
Defined in: packages/typegpu/src/std/operators.ts:186
Type Parameters
Section titled “Type Parameters”• M extends AnyMatInstance
Parameters
Section titled “Parameters”M
V
Returns
Section titled “Returns”V
Call Signature
Section titled “Call Signature”mul<
M
>(lhs
,rhs
):M
Defined in: packages/typegpu/src/std/operators.ts:186
Type Parameters
Section titled “Type Parameters”• M extends AnyMatInstance
Parameters
Section titled “Parameters”M
M
Returns
Section titled “Returns”M
Call Signature
Section titled “Call Signature”mul<
Lhs
,Rhs
>(lhs
,rhs
):Lhs
|Rhs
Defined in: packages/typegpu/src/std/operators.ts:186
Type Parameters
Section titled “Type Parameters”• Lhs extends number
| AnyMatInstance
| AnyNumericVecInstance
• Rhs extends number
| AnyMatInstance
| AnyNumericVecInstance
Parameters
Section titled “Parameters”Lhs
Rhs
Returns
Section titled “Returns”Lhs
| Rhs