Skip to main content

Function: makeEllipsoid()

function makeEllipsoid(
aLength,
bLength,
cLength): Solid;

Defined in: shapeHelpers.ts:440

Creates an ellipsoid with the given lengths of the axes, centred on the origin.

Parameters

aLength

number

bLength

number

cLength

number

Returns

Solid