AngleCalc
public class AngleCalc
                Jira: iOS-241 Author: Hiren Joshi Date: 3/1/2023 Task: startZoom and endZoom implemnetation for V1.
- 
                  
                  
Declaration
Swift
public static let DEG_TO_RAD: Float - 
                  
                  
Declaration
Swift
public static let RAD_TO_DEG: Float - 
                  
                  
Declaration
Swift
public static func angleDiff(_ angle1: Double, _ angle2: Double) -> Double - 
                  
                  
Declaration
Swift
public static func angleDiffSigned(_ angle1: Double, _ angle2: Double) -> Double - 
                  
                  
Declaration
Swift
public static func mod2pi(_ someAngle: Double) -> Double 
      AngleCalc Class Reference