Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • Geom2dCircleDto

Index

Constructors

Properties

Constructors

constructor

  • Parameters

    • Optional center: Point2
    • Optional direction: Vector2
    • Optional radius: number
    • Optional sense: boolean

    Returns Geom2dCircleDto

Properties

center

center: Point2

Center of the circle

default

[0,0]

direction

direction: Vector2

Direction of the vector

default

[1,0]

radius

radius: number

Radius of the circle

default

1

minimum

0

maximum

Infinity

step

0.1

sense

sense: boolean

If true will sense the direction

default

false

Generated using TypeDoc