UNPKG

jakke-graphics-ts

Version:

My common graphics utils for building my aec apps.

3 lines 184 B
import { Vertex3d } from "../models/types/basicGeometries"; export declare function computeContexHull2d(vertices: Vertex3d[]): Vertex3d[]; //# sourceMappingURL=convexHullUtils.d.ts.map