mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-08-24 01:33:46 +08:00
September 27th, 2025 Update
This commit is contained in:
@@ -14,6 +14,8 @@ class Conversions:
|
||||
# Distance
|
||||
METER_TO_FOOT = 3.28084
|
||||
FOOT_TO_METER = 1. / METER_TO_FOOT
|
||||
METER_TO_MILE = METER_TO_FOOT / 5280
|
||||
MILE_TO_METER = 1. / METER_TO_MILE
|
||||
CM_TO_INCH = 1. / 2.54
|
||||
INCH_TO_CM = 1. / CM_TO_INCH
|
||||
|
||||
|
||||
Reference in New Issue
Block a user