Default lug & rail rotation 180°, no refactor
This commit is contained in:
parent
3e199d779f
commit
0fb216ae5a
@ -21,7 +21,7 @@ public class LaunchLug extends ExternalComponent implements AnglePositionable, B
|
||||
private double radius;
|
||||
private double thickness;
|
||||
|
||||
private double angleOffsetRadians = 0;
|
||||
private double angleOffsetRadians = Math.PI;
|
||||
private double radialOffset = 0;
|
||||
|
||||
private int instanceCount = 1;
|
||||
|
@ -56,7 +56,7 @@ public class RailButton extends ExternalComponent implements AnglePositionable,
|
||||
|
||||
private double radialDistance_m=0;
|
||||
protected static final AngleMethod angleMethod = AngleMethod.RELATIVE;
|
||||
private double angle_rad = 0;
|
||||
private double angle_rad = Math.PI;
|
||||
private int instanceCount = 1;
|
||||
private double instanceSeparation = 0; // front-front along the positive rocket axis. i.e. [1,0,0];
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user