Circle

Description

Name

class Tinman.Shape.Circle

Derived from

Shape

Creates a circle shape.

Fields / Required

center

Type

Vec2

Coordinates of center of circle.


radius

Type

number

Constraint

# >= 0

Radius of circle. Set to 0 to create a point shape.

Fields / Optional

georef

Type

CoordSys

Default

null

The shape georeference.


metadata

Type

string

Default

null

The shape JSON metadata.