Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • ConeDto

Index

Constructors

constructor

  • new ConeDto(radius1?: number, radius2?: number, height?: number, angle?: number, center?: Point3, direction?: Vector3): ConeDto
  • Parameters

    • Optional radius1: number
    • Optional radius2: number
    • Optional height: number
    • Optional angle: number
    • Optional center: Point3
    • Optional direction: Vector3

    Returns ConeDto

Properties

angle

angle: number

Angle of the cone

default

360

minimum

0

maximum

360

step

1

center

center: Point3

Center of the cone

default

[0, 0, 0]

direction

direction: Point3

Direction of the cone

default

[0, 1, 0]

height

height: number

Height of the cone

default

2

minimum

0

maximum

Infinity

step

0.1

radius1

radius1: number

First radius of the cone

default

2

minimum

0

maximum

Infinity

step

0.1

radius2

radius2: number

Second radius of the cone

default

1

minimum

0

maximum

Infinity

step

0.1

Generated using TypeDoc