AngleConstants class 
 
    
    
  
    
  
    Properties
    
        - 
  hashCode
  → int
  
 
- 
  The hash code for this object.
  
no setterinherited
 
        - 
  runtimeType
  → Type
  
 
- 
  A representation of the runtime type of the object.
  
no setterinherited
 
    
   
    
  
    Methods
    
        - 
  noSuchMethod(Invocation invocation)
    → dynamic
  
  
 
- 
  Invoked when a nonexistent method or property is accessed.
  
inherited
 
        - 
  toString()
    → String
  
  
 
- 
  A string representation of this object.
  
inherited
 
    
   
    
  
    
    
    
  
    Constants
    
        - 
    d180OverPi
  → const double
  
 
- 
  180 divided by Pi is used for the conversion from radians to degrees.
  
 
        - 
    halfPi
  → const double
  
 
- 
  Half of Pi is equivalent to 90 degrees.
  
 
        - 
    pi
  → const double
  
 
- 
  Pi is the ratio of a circle's circumference to its diameter, equivalent to 180 degrees.
  
 
        - 
    piOver180
  → const double
  
 
- 
  Pi divided by 180 is used for the conversion from degrees to radians.
  
 
        - 
    quarterPi
  → const double
  
 
- 
  Quarter of Pi is equivalent to 45 degrees.
  
 
        - 
    tau
  → const double
  
 
- 
  Tau (or 2*Pi) is the ratio of a circle's circumference to its radius, equivalent to 360 degrees.