Contents

init(degrees:)

Creates an angle with the specified floating-point degrees.

Declaration

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

Parameters

  • degrees:

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

See Also

Creating an angle structure