Home > @esengine/ecs-framework-monorepo > Matrix3 > exactEquals
Matrix3.exactEquals() method
检查两个矩阵是否完全相等
Signature:
typescript
exactEquals(other: Matrix3): boolean;
Parameters
Parameter | Type | Description |
---|---|---|
other | 另一个矩阵 |
Returns:
boolean
是否完全相等