Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • CuboidDto

Index

Constructors

Properties

Constructors

constructor

  • new CuboidDto(center?: Point3, width?: number, length?: number, height?: number): CuboidDto
  • Parameters

    • Optional center: Point3
    • Optional width: number
    • Optional length: number
    • Optional height: number

    Returns CuboidDto

Properties

center

center: Point3

Center coordinates of the cubod

default

[0, 0, 0]

height

height: number

Height of the cuboid

default

1

minimum

0

maximum

Infinity

step

0.1

length

length: number

Length of the cuboid

default

1

minimum

0

maximum

Infinity

step

0.1

width

width: number

Width of the cuboid

default

1

minimum

0

maximum

Infinity

step

0.1

Generated using TypeDoc