Contents

init(angles:order:)

Creates a new Euler angles structure from the specified single-precision angles and order.

Declaration

init(angles: simd_float3, order: EulerAngles.Order)

Parameters

  • angles:

    A three-element, single-precision vector that specifies the Euler angles.

  • order:

    The Euler angle order.

Discussion

See Also

Initializers