Home > @esengine/ecs-framework-monorepo > Matrix3 > premultiply
Matrix3.premultiply() method
左乘另一个矩阵(other * this)
Signature:
typescript
premultiply(other: Matrix3): this;
Parameters
Parameter | Type | Description |
---|---|---|
other | 左乘矩阵 |
Returns:
this
当前矩阵实例(链式调用)