Contents

init(x:y:z: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.

See Also

Initializers