Skip to content

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

Circle.farthestPointFrom() method

获取圆形上距离指定点最远的点

Signature:

typescript
farthestPointFrom(point: Vector2): Vector2;

Parameters

Parameter

Type

Description

point

Vector2

指定点

Returns:

Vector2

最远点

基于 MIT 许可证发布