SH-Tang / BalancedFieldLength

A C# implementation to calculate the balanced field length of an aircraft.
GNU General Public License v3.0
1 stars 0 forks source link

Implement a converter supporting the Angle struct #6

Closed SH-Tang closed 4 years ago

SH-Tang commented 4 years ago

A struct representing Angular properties was implemented as part of the kernel. It would be nice to be able to reuse this struct in the application namespace in such a way that it doesn't matter what unit is being send.

SH-Tang commented 4 years ago

Merged per rev f751573 to master