Home > @esengine/ecs-framework-monorepo > Circle > farthestPointFrom
Circle.farthestPointFrom() method
获取圆形上距离指定点最远的点
Signature:
typescript
farthestPointFrom(point: Vector2): Vector2;
Parameters
Parameter | Type | Description |
---|---|---|
point | 指定点 |
Returns:
最远点