mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-07-01 02:41:48 +00:00
@@ -378,7 +378,7 @@ public final class Units {
|
||||
|
||||
/** The standard SI unit for moment of inertia. */
|
||||
public static final MomentOfInertiaUnit KilogramSquareMeters =
|
||||
KilogramMetersSquaredPerSecond.mult(RadiansPerSecond);
|
||||
KilogramMetersSquaredPerSecond.per(RadiansPerSecond);
|
||||
|
||||
// VoltageUnit
|
||||
/** The base unit of electric potential. */
|
||||
|
||||
Reference in New Issue
Block a user