- 
                  
                  The angle value in radians. DeclarationSwift public var radians: Double
- 
                  
                  The angle value in degrees. DeclarationSwift public var degrees: Double { get set }
- 
                  
                  Creates an angle with the specified radians. DeclarationSwift public init(radians: Double)ParametersradiansThe radians of the angle. 
- 
                  
                  Creates an angle with the specified degrees. DeclarationSwift public init(degrees: Double)ParametersdegreesThe degrees of the angle. 
- 
                  
                  A zero angle. DeclarationSwift public static let zero: Angle
- 
                  
                  An angle. DeclarationSwift public static func radians(_ radians: Double) -> AngleParametersradiansThe radians of the angle. Return ValueA new Angleinstance with the specified radians.
- 
                  
                  An angle. DeclarationSwift public static func degrees(_ degrees: Double) -> AngleParametersdegreesThe degrees of the angle. Return ValueA new Angleinstance with the specified degrees.
 View on GitHub
            View on GitHub
           Angle Structure Reference
      Angle Structure Reference