Contents

init(x:y:z:order:)

Returns a new Euler angles structure from three angle structures.

Declaration

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

Discussion

  • Parameter x The first angle.

  • Parameter y The second angle.

  • Parameter z The third angle.

  • Parameter order The Euler angle ordering.