![]() | Coordinates Methods |
The Coordinates type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | CoordinatesToPoint | Converts a point from latitude/longitude WGS-84 coordinates (in degrees) into logical XY coordinates in the range 0..1 |
![]() | Equals(Coordinates) | Determines whether the specified Coordinates is equal to this instance. |
![]() | Equals(Object) |
Determines whether the specified Object is equal to this instance.
(Overrides ValueTypeEquals(Object)) |
![]() | GetHashCode |
Returns a hash code for this instance.
(Overrides ValueTypeGetHashCode) |
![]() ![]() | PointToCoordinates | Converts a point from logical coordinates in the range 0..1 into latitude/longitude WGS-84 coordinates (in degrees). |
![]() | ToString |
Returns a String that represents this instance.
(Overrides ValueTypeToString) |
Name | Description | |
---|---|---|
![]() | SafeCastT |
Performs a cast from object to T, avoiding possible null violations if T is a value type.
(Defined by ObjectExtensions) |