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