UNPKG

@realsee/dnalogel

Version:
6 lines (5 loc) 198 B
import type { Vector2Position } from '../../typings/math.type'; /** * @description 求一组二维点的凸包 */ export declare function convexHull(points: Vector2Position[]): Vector2Position[];