CurveToPositionCommand constructor

CurveToPositionCommand({
  1. required Mission mission,
  2. int x1 = 0,
  3. int y1 = 0,
  4. int z1 = 0,
  5. int x2 = 0,
  6. int y2 = 0,
  7. int z2 = 0,
  8. int speed = 20,
})

Implementation

CurveToPositionCommand({required this.mission, this.x1 = 0, this.y1 = 0, this.z1 = 0, this.x2 = 0, this.y2 = 0, this.z2 = 0, this.speed = 20});