Skip to content

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

Circle.intersectionArea() method

计算与另一个圆形的相交面积

Signature:

typescript
intersectionArea(other: Circle): number;

Parameters

Parameter

Type

Description

other

Circle

另一个圆形

Returns:

number

相交面积

基于 MIT 许可证发布