/**
 * 二维点
 */
export type Point2D = [number, number];
