UNPKG

geometric-pack

Version:

Geometric pack with lots of available calculations for 2D and 3D geometry

6 lines (5 loc) 123 B
export interface TriangleHeights { heightOfBaseA: number; heightOfBaseB: number; heightOfBaseC: number; }