Options
All
  • Public
  • Public/Protected
  • All
Menu

Type parameters

  • T

Hierarchy

  • RotateAroundCenterDto

Index

Constructors

Properties

Constructors

constructor

  • Type parameters

    • T

    Parameters

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

    Returns RotateAroundCenterDto<T>

Properties

angle

angle: number

Angle of rotation to apply

default

0

axis

axis: Vector3

Axis around which to rotate

default

[0, 0, 1]

center

center: Point3

Center of the rotation

default

[0, 0, 0]

shape

shape: T

Shape to rotate

default

undefined

Generated using TypeDoc