public ShroudShaper(ModuleDecouplerShroud decouplerShroud, int sides) { this.sides = sides; this.decouplerShroud = decouplerShroud; multiCylinder = new MultiCylinder(sides, 6, 3, true); collCylinder = new MultiCylinder(sides, 2, 1, false); }
public ShroudShaper(int sides, float bottomStart, float height, float botWidth, float topWidth) { this.sides = sides; this.multiCylinder = new MultiCylinder(sides, 3); }
public ShroudShaper(int sides) { this.sides = sides; this.multiCylinder = new MultiCylinder(sides, 3); }
public ShroudShaper(ModuleDecouplerShroud decouplerShroud, int sides) { this.sides = sides; this.decouplerShroud = decouplerShroud; this.multiCylinder = new MultiCylinder(sides, 5); }