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