Skip to main content

@mapgear/geoapps-core > MathHelper > circumference

MathHelper.circumference() method

Compute the circumference of a circle

Signature:
static circumference(radius: number): number;

Parameters

ParameterTypeDescription
radiusnumberRadius of the circle
Returns:

number

Circumference of the circle