/**
 * 三维点
 */
export type Point3D = [number, number, number];
