Practical Astronomy Algorithms in .NET/C#
Loading...
Searching...
No Matches
PATypes.cs File Reference

Go to the source code of this file.

Namespaces

namespace  PALib
 

Enumerations

enum  PACoordinateType { Apparent , True }
 Coordinate types. More...
 
enum  PATwilightType { Civil = 6 , Nautical = 12 , Astronomical = 18 }
 Twilight type. More...
 
enum  PAAngleMeasure { Degrees , Hours }
 Angle measurement units. More...
 
enum  PAAccuracyLevel { Approximate , Precise }
 Accuracy level of calculation. More...
 
enum  PAWarningFlag { OK , Warning }
 Warning flags for calculation results. More...