/**
 * 只考虑2d的散点，如果是3d的以后会新建一个Delaunay3
 */
export class Delaunay {
    constructor() {

    }
}