Options
All
  • Public
  • Public/Protected
  • All
Menu

Type parameters

  • T

Hierarchy

  • RotateShapesDto

Index

Constructors

Properties

Constructors

constructor

  • Type parameters

    • T

    Parameters

    • Optional shapes: T[]
    • Optional axes: Vector3[]
    • Optional angles: number[]

    Returns RotateShapesDto<T>

Properties

angles

angles: number[]

Rotation degrees

default

[0]

axes

axes: Vector3[]

Axis on which to rotate

default

[[0, 0, 1]]

shapes

shapes: T[]

Shape to rotate

default

undefined

Generated using TypeDoc