UNPKG

jakke-graphics-ts

Version:

My common graphics utils for building my aec apps.

8 lines 235 B
import { Vertex3d } from "../models/types/basicGeometries"; export declare function computeOBB2d(vertices: Vertex3d[]): { p0: Vertex3d; p1: Vertex3d; p2: Vertex3d; p3: Vertex3d; }; //# sourceMappingURL=obbUtils.d.ts.map