-
Notifications
You must be signed in to change notification settings - Fork 6
Units
Eli Orona edited this page Dec 3, 2019
·
1 revision
This is the sub directory for units.
As of right now, there are 5 different units, all extending IUnit:
- Distance (m)
- Time (s)
- Rotations (rot)
- Voltage (V)
- Default Unit
In addition, each unit has a corresponding IUnitType, which contains unit ratios to and from other common units of the unit. (i.e. ratios from inch and feet to meter in DistanceUnits). Default Unit does not have an IUnitType.