Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • SquareDto

Index

Constructors

Properties

Constructors

constructor

  • Parameters

    • Optional size: number
    • Optional center: Point3
    • Optional direction: Vector3

    Returns SquareDto

Properties

center

center: Point3

Center of the square

default

[0, 0, 0]

direction

direction: Vector3

Direction of the square

default

[0, 1, 0]

size

size: number

size of square

default

1

minimum

0

maximum

Infinity

step

1

Generated using TypeDoc