Contents

init(_:_:_:order:)

Creates a new Euler angles structure from the specified angle structures and order.

Declaration

init(_ x: Angle2D, _ y: Angle2D, _ z: Angle2D, order: EulerAngles.Order)

Parameters

  • x:

    The first angle.

  • y:

    The second angle.

  • z:

    The third angle.

  • order:

    The Euler angle order.

Discussion

See Also

Deprecated symbols