Skip to content

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

Matrix3.exactEquals() method

检查两个矩阵是否完全相等

Signature:

typescript
exactEquals(other: Matrix3): boolean;

Parameters

Parameter

Type

Description

other

Matrix3

另一个矩阵

Returns:

boolean

是否完全相等

基于 MIT 许可证发布