UNPKG

@jscad/modeling

Version:

Constructive Solid Geometry (CSG) Library for JSCAD

11 lines (7 loc) 232 B
import Geom3 from '../geometries/geom3/type' export default geodesicSphere export interface GeodesicSphereOptions { radius?: number frequency?: number } declare function geodesicSphere(options?: GeodesicSphereOptions): Geom3