Skip to content

Home > @esengine/ecs-framework-monorepo > Circle > intersects

Circle.intersects() method

检查是否与另一个圆形相交

Signature:

typescript
intersects(other: Circle): boolean;

Parameters

Parameter

Type

Description

other

Circle

另一个圆形

Returns:

boolean

是否相交

基于 MIT 许可证发布