Contents

init(radians:)

Creates an angle with the specified floating-point radians.

Declaration

init<T>(radians: T) where T : BinaryFloatingPoint

Parameters

  • radians:

    A floating-point value that specifies the angle in radians.

See Also

Creating an angle structure