IcarousKinematicBands constructor
IcarousKinematicBands({
- required float min1,
- required float max1,
- required float min2,
- required float max2,
- required float min3,
- required float max3,
- required float min4,
- required float max4,
- required float min5,
- required float max5,
- required int8_t numbands,
- required IcarousTrackBandTypes type1,
- required IcarousTrackBandTypes type2,
- required IcarousTrackBandTypes type3,
- required IcarousTrackBandTypes type4,
- required IcarousTrackBandTypes type5,
Implementation
IcarousKinematicBands({
required this.min1,
required this.max1,
required this.min2,
required this.max2,
required this.min3,
required this.max3,
required this.min4,
required this.max4,
required this.min5,
required this.max5,
required this.numbands,
required this.type1,
required this.type2,
required this.type3,
required this.type4,
required this.type5,
});