Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • CylinderDto

Index

Constructors

Properties

Constructors

constructor

  • Parameters

    • Optional radius: number
    • Optional height: number
    • Optional center: Point3
    • Optional direction: Vector3

    Returns CylinderDto

Properties

center

center: Point3

Center of the cylinder

default

[0, 0, 0]

Optional direction

direction: Vector3

Direction for the cylinder

default

[0, 1, 0]

height

height: number

Height of the cylinder

default

2

minimum

0

maximum

Infinity

step

0.1

radius

radius: number

Radius of the cylinder

default

1

minimum

0

maximum

Infinity

step

0.1

Generated using TypeDoc