Record Class MomentOfInertia

java.lang.Object
java.lang.Record
org.wpilib.units.measure.MomentOfInertia
All Implemented Interfaces:
Comparable<Measure<MomentOfInertiaUnit>>, Measure<MomentOfInertiaUnit>

public record MomentOfInertia(double magnitude, double baseUnitMagnitude, MomentOfInertiaUnit unit) extends Record implements Measure<MomentOfInertiaUnit>