CHange roundabout
This commit is contained in:
parent
90478d2fc5
commit
467238141d
1 changed files with 5 additions and 5 deletions
|
@ -180,18 +180,18 @@ public class TurnPathHelper {
|
|||
|
||||
int out = turnType.getExitOut();
|
||||
boolean leftSide = turnType.isLeftSide();
|
||||
float radArrow = 35;
|
||||
float radArrow = 37;
|
||||
float radIn = 11;
|
||||
float radOut = radIn + 7;
|
||||
float radOut = radIn + 6;
|
||||
|
||||
float radBottom = radOut + 8;
|
||||
float radStepInter = radOut + 6;
|
||||
float radAr = radOut + 2;
|
||||
float radAr2 = radOut + 3;
|
||||
float radAr = radOut + 4;
|
||||
float radAr2 = radOut + 5;
|
||||
|
||||
float widthStepIn = 8;
|
||||
float widthStepInter = 6;
|
||||
float widthArrow = 20;
|
||||
float widthArrow = 22;
|
||||
float cx = wa / 2 ;
|
||||
float cy = ha / 2 ;
|
||||
|
||||
|
|
Loading…
Reference in a new issue