Add radius for center circle

master
Roman Kretschmer 6 years ago
parent 528a05304d
commit 2bbcccc905
Signed by: gnxlxnxx
GPG Key ID: E4EAB482427FA3A0

@ -439,7 +439,7 @@ impl RouteCCC {
},
middle: CircleVector {
center: Point::zero(),
radius: 0.0,
radius: end.magnitude,
angle: Angle::zero(),
},
end: CircleVector {
@ -529,7 +529,7 @@ impl RouteCCC {
},
middle: CircleVector {
center: Point::zero(),
radius: 0.0,
radius: end.magnitude,
angle: Angle::zero(),
},
end: CircleVector {

Loading…
Cancel
Save