mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
[wpiunits] Refactor MomentOfInertiaUnit constructor to use MomentOfInertiaUnit instead of a Per<> (#7546)
This commit is contained in:
@@ -28,7 +28,7 @@ public final class MomentOfInertiaUnit extends PerUnit<AngularMomentumUnit, Angu
|
||||
}
|
||||
|
||||
MomentOfInertiaUnit(
|
||||
PerUnit<AngularMomentumUnit, AngularVelocityUnit> baseUnit,
|
||||
MomentOfInertiaUnit baseUnit,
|
||||
UnaryFunction toBaseConverter,
|
||||
UnaryFunction fromBaseConverter,
|
||||
String name,
|
||||
|
||||
Reference in New Issue
Block a user