@mapgear/geoapps-core > MathHelper > circularArea
MathHelper.circularArea() method
Compute the area of a circle
Signature:static circularArea(radius: number): number;
Parameters
Parameter | Type | Description |
---|---|---|
radius | number | Radius of the circle |
number
Area of the circle