Function: makeSphere()
function makeSphere(radius): Solid;
Defined in: shapeHelpers.ts:400
Creates a sphere with the given radius.
Parameters
radius
number
function makeSphere(radius): Solid;
Defined in: shapeHelpers.ts:400
Creates a sphere with the given radius.
number