Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • EllipseDto

Index

Constructors

Properties

Constructors

constructor

  • Parameters

    • Optional center: Point2
    • Optional radius: Point2
    • Optional segments: number

    Returns EllipseDto

Properties

center

center: Point2

Center of the circle

default

[0, 0]

radius

radius: Point2

Radius of the circle in [x, y] form

default

[1, 2]

segments

segments: number

Segment number

default

24

minimum

0

maximum

Infinity

step

1

Generated using TypeDoc