Class FlywheelConfig.Builder
java.lang.Object
ca.team4308.absolutelib.math.trajectories.flywheel.FlywheelConfig.Builder
- Enclosing class:
- FlywheelConfig
Builder for fluent configuration.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionarrangement(FlywheelConfig.WheelArrangement arrangement) build()compressionInches(double inches, double ballDiameterInches) compressionRatio(double ratio) durometer(int durometer) gearRatio(double ratio) material(WheelMaterial material) motorsPerWheel(int count) wheelCount(int count) wheelDiameterInches(double inches) wheelWidthInches(double inches)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
name
-
arrangement
-
wheelDiameterInches
-
wheelWidthInches
-
material
-
durometer
-
compressionRatio
-
compressionInches
-
wheelCount
-
motor
-
motorsPerWheel
-
gearRatio
-
build
-