These are just convenience methods: instead of writing float g = 9.8f * Units.METERS_PER_SECOND_SQUARED; we can write float g = Units.get("9.8 m/s^2"); and it'll actually work fast.
These are just convenience methods: instead of writing float g = 9.8f * Units.METERS_PER_SECOND_SQUARED; we can write float g = Units.get("9.8 m/s^2"); and it'll actually work fast.