Options
All
  • Public
  • Public/Protected
  • All
Menu

Type parameters

  • T

Hierarchy

  • RotateDto

Index

Constructors

Properties

Constructors

constructor

  • Type parameters

    • T

    Parameters

    • Optional shape: T
    • Optional axis: Vector3
    • Optional angle: number

    Returns RotateDto<T>

Properties

angle

angle: number

Rotation degrees

default

0

minimum

0

maximum

360

step

1

axis

axis: Vector3

Axis on which to rotate

default

[0, 0, 1]

shape

shape: T

Shape to rotate

default

undefined

Generated using TypeDoc