Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • RectangleDto

Index

Constructors

Properties

Constructors

constructor

  • Parameters

    • Optional width: number
    • Optional length: number
    • Optional center: Point3
    • Optional direction: Vector3

    Returns RectangleDto

Properties

center

center: Point3

Center of the rectangle

default

[0, 0, 0]

direction

direction: Vector3

Direction of the rectangle

default

[0, 1, 0]

length

length: number

Height of the rectangle

default

2

minimum

0

maximum

Infinity

step

1

width

width: number

width of the rectangle

default

1

minimum

0

maximum

Infinity

step

1

Generated using TypeDoc