Skip to content

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

Matrix3.add() method

矩阵加法

Signature:

typescript
add(other: Matrix3): this;

Parameters

Parameter

Type

Description

other

Matrix3

另一个矩阵

Returns:

this

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

基于 MIT 许可证发布