Functions | |
| def | getAngleFormat () |
| def | getAngleUnits () |
| def | getLengthFormat () |
| def | getLengthUnits () |
| def | getMassFormat () |
| def | getMassUnits () |
| def | getTimeFormat () |
| def | getTimeUnits () |
Variables | |
| tuple | ANGLE_UNITS = ('deg', 'deg', 'deg', 'deg') |
| tuple | LENGTH_UNITS = ('mm', 'm', 'in', 'in') |
| tuple | MASS_UNITS = ('kg', 'kg', 'lb', 'lb') |
| tuple | TIME_UNITS = ('s', 's', 's', 's') |
Function Documentation
◆ getAngleFormat()
| def shipUtils.Units.getAngleFormat | ( | ) |
◆ getAngleUnits()
| def shipUtils.Units.getAngleUnits | ( | ) |
◆ getLengthFormat()
| def shipUtils.Units.getLengthFormat | ( | ) |
◆ getLengthUnits()
| def shipUtils.Units.getLengthUnits | ( | ) |
◆ getMassFormat()
| def shipUtils.Units.getMassFormat | ( | ) |
◆ getMassUnits()
| def shipUtils.Units.getMassUnits | ( | ) |
◆ getTimeFormat()
| def shipUtils.Units.getTimeFormat | ( | ) |
◆ getTimeUnits()
| def shipUtils.Units.getTimeUnits | ( | ) |
Variable Documentation
◆ ANGLE_UNITS
| tuple shipUtils.Units.ANGLE_UNITS = ('deg', 'deg', 'deg', 'deg') |
◆ LENGTH_UNITS
| tuple shipUtils.Units.LENGTH_UNITS = ('mm', 'm', 'in', 'in') |
◆ MASS_UNITS
| tuple shipUtils.Units.MASS_UNITS = ('kg', 'kg', 'lb', 'lb') |
◆ TIME_UNITS
| tuple shipUtils.Units.TIME_UNITS = ('s', 's', 's', 's') |
1.8.17