init(degrees:)
Creates an angle with the specified floating-point degrees.
Declaration
init<T>(degrees: T) where T : BinaryFloatingPointParameters
- degrees:
A floating-point value that specifies the angle in degrees.
Creates an angle with the specified floating-point degrees.
init<T>(degrees: T) where T : BinaryFloatingPointA floating-point value that specifies the angle in degrees.