Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • RotationCenterYawPitchRollDto

Index

Constructors

Properties

Constructors

constructor

  • Parameters

    • Optional yaw: number
    • Optional pitch: number
    • Optional roll: number
    • Optional center: Point3

    Returns RotationCenterYawPitchRollDto

Properties

center

center: Point3

The center from which the rotations are applied

default

[0, 0, 0]

pitch

pitch: number

Pitch angle (Rotation around Y) in degrees

default

0

minimum

-Infinity

maximum

Infinity

step

1

roll

roll: number

Roll angle (Rotation around Z) in degrees

default

0

minimum

-Infinity

maximum

Infinity

step

1

yaw

yaw: number

Yaw angle (Rotation around X) in degrees

default

0

minimum

-Infinity

maximum

Infinity

step

1

Generated using TypeDoc