The tube parameter is actually a radius, not a diameter
@@ -45,7 +45,7 @@
<h3>[name]([page:Float radius], [page:Float tube], [page:Integer radialSegments], [page:Integer tubularSegments], [page:Float arc])</h3>
<div>
radius — Default is 1. <br />
- tube — Diameter of the tube. Default is 0.4. <br />
+ tube — Radius of the tube. Default is 0.4. <br />
radialSegments — Default is 8 <br />
tubularSegments — Default is 6. <br />
arc — Central angle. Default is Math.PI * 2.
@@ -46,7 +46,7 @@
<ul>
<li>radius — Default is 1.</li>
- <li>tube — Diameter of the tube. Default is 0.4.</li>
+ <li>tube — Radius of the tube. Default is 0.4.</li>
<li>tubularSegments — Default is 64.</li>
<li>radialSegments — Default is 8.</li>
<li>p — This value determines, how many times the geometry winds around its axis of rotational symmetry. Default is 2.</li>