Function: makeSphere()
function makeSphere(radius): Solid;
Defined in: shapeHelpers.ts:394
Creates a sphere with the given radius, centred on the origin.
Parameters
radius
number
function makeSphere(radius): Solid;
Defined in: shapeHelpers.ts:394
Creates a sphere with the given radius, centred on the origin.
number