Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 526 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 526 Bytes

CSharp-Essentials

Essentials classes that I've used in projects for C# language.

List of classes:

  1. GeoLocation.cs :
  • FindPointAtDistanceFrom: Find final point that is determined by start point within certain bearing and given length.
  • DegreeBearing: Find a degree of bearing between two coordinate points.
  • Distance: Calculate distance between two coordinates and return the distance in nautical miles or kilometer units.
  • And many more to be added.
  1. clsResize.cs: Resize all objects and it controls of WinForm