+ By default, a sphere is centered at the origin — [0,0,0]
.
+ However, cuboids, cylinders, cones, and truncated cones are not, by default, cetered at the origin.
+
+ To make it so cuboids, cylinders, cones, and truncated cones are centered at the origin, use the center=true
paramter.
+ For example:
+
+ And: +
+
+cylinder(h=50, r1=20, r2=5, center=true);
+
+ + Etc. +
+