Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • RectangleDto

Index

Constructors

Properties

Constructors

constructor

  • Parameters

    • Optional center: Point2
    • Optional width: number
    • Optional length: number

    Returns RectangleDto

Properties

center

center: Point2

Center of the 2D rectangle

default

[0, 0]

length

length: number

Length of the rectangle

default

1

minimum

-Infinity

maximum

Infinity

step

0.1

width

width: number

Width of the rectangle

default

1

minimum

-Infinity

maximum

Infinity

step

0.1

Generated using TypeDoc