Home > @esengine/ecs-framework-monorepo > Circle > intersects
Circle.intersects() method
检查是否与另一个圆形相交
Signature:
typescript
intersects(other: Circle): boolean;
Parameters
Parameter | Type | Description |
---|---|---|
other | 另一个圆形 |
Returns:
boolean
是否相交