|
LuciadCPillar C# 2025.0.07
|
An azimuth: degrees, clockwise from north/up/Y-axis. More...
Public Member Functions | |
| Azimuth (Azimuth azimuth) | |
| Creates an azimuth based on an angle, expressed in degrees. More... | |
| Azimuth (double degrees) | |
Create an Azimuth based on the given azimuth value in degrees. More... | |
| bool | Equals (Azimuth other) |
| override bool | Equals (object other) |
| override int | GetHashCode () |
Static Public Member Functions | |
| static Azimuth | FromRadians (double radians) |
| Creates an Azimuth from an azimuth value in radians. More... | |
| static implicit | operator Azimuth (Angle angle) |
| static implicit | operator Azimuth (double value) |
| static bool | operator!= (Azimuth lhs, Azimuth rhs) |
| static Azimuth | operator+ (Azimuth lhs, Azimuth rhs) |
| static Azimuth | operator- (Azimuth lhs, Azimuth rhs) |
| static bool | operator== (Azimuth lhs, Azimuth rhs) |
Properties | |
| double | Degrees [get] |
| The value in degrees. More... | |
| double | Radians [get] |
| The value in radians. More... | |
An azimuth: degrees, clockwise from north/up/Y-axis.
|
inline |
Create an Azimuth based on the given azimuth value in degrees.
| degrees | an angle in degree |
| System.ArgumentException | when degrees is NaN or infinite. |
|
inline |
Creates an azimuth based on an angle, expressed in degrees.
| azimuth | the azimuth value. |
|
inline |
|
inline |
|
inlinestatic |
Creates an Azimuth from an azimuth value in radians.
| radians | an azimuth in radians |
Azimuth based on the given azimuth in radians | System.ArgumentException | when radians is NaN or infinite. |
|
inline |
|
inlinestatic |
|
get |
The value in degrees.
Returns the value in degrees.
|
get |
The value in radians.
Returns the value in radians.