Options
All
  • Public
  • Public/Protected
  • All
Menu

Type parameters

  • T

Hierarchy

  • RotateXYZDto

Index

Constructors

Properties

Constructors

constructor

  • new RotateXYZDto<T>(manifold?: T, x?: number, y?: number, z?: number): RotateXYZDto<T>
  • Type parameters

    • T

    Parameters

    • Optional manifold: T
    • Optional x: number
    • Optional y: number
    • Optional z: number

    Returns RotateXYZDto<T>

Properties

manifold

manifold: T

Manifold shape

x

x: number

The rotation vector in eulers on X axis

default

0

minimum

-Infinity

maximum

Infinity

step

1

y

y: number

The rotation vector in eulers on Y axis

default

0

minimum

-Infinity

maximum

Infinity

step

1

z

z: number

The rotation vector in eulers on Z axis

default

0

minimum

-Infinity

maximum

Infinity

step

1

Generated using TypeDoc