Skip to content

Home > @esengine/ecs-framework-monorepo > Matrix3 > multiplyScalar

Matrix3.multiplyScalar() method

矩阵标量乘法

Signature:

typescript
multiplyScalar(scalar: number): this;

Parameters

Parameter

Type

Description

scalar

number

标量

Returns:

this

当前矩阵实例(链式调用)

基于 MIT 许可证发布