81 pi  = 3.14159265358979323;
 
   87 phi = (1 + sqrt(5)) / 2;
 
  204 xy_plane_os = [
origin3d, [
for (r=[[1,1],[1,-1],[-1,-1],[-1,1]]) [r[0],r[1],0]]];
 
  207 yz_plane_os = [
origin3d, [
for (r=[[1,1],[1,-1],[-1,-1],[-1,1]]) [0,r[0],r[1]]]];
 
  210 zx_plane_os = [
origin3d, [
for (r=[[1,1],[1,-1],[-1,-1],[-1,1]]) [r[1],0,r[0]]]];
 
x_axis3d_uv
<vector-3d> The unit vector of the positive x-axis in 3d Euclidean space.
 
y_axis2d_ul
<line-2d> A positively-directed unit line centered on the y-axis in 2d Euclidean space.
 
xy_plane_on
<plane> The right-handed xy plane centered at the origin with normal vector.
 
x_axis_ci
<integer> The coordinate axis index for the Euclidean space x-axis.
 
z_axis3d_uv
<vector-3d> The unit vector of the positive z-axis in 3d Euclidean space.
 
y_axis_ci
<integer> The coordinate axis index for the Euclidean space y-axis.
 
zero2d
<decimal-list-2> A 2d zero vector (a list with two zeros).
 
z_axis3d_ul
<line-3d> A positively-directed unit line centered on the z-axis in 3d Euclidean space.
 
yz_plane_on
<plane> The right-handed yz plane centered at the origin with normal vector.
 
zx_plane_on
<plane> The right-handed zx plane centered at the origin with normal vector.
 
x_axis2d_ul
<line-2d> A positively-directed unit line centered on the x-axis in 2d Euclidean space.
 
z_axis_ci
<integer> The coordinate axis index for the Euclidean space z-axis.
 
origin2d
<point-2d> The origin point coordinate in 2d Euclidean space.
 
origin3d
<point-3d> The origin point coordinate in 3-dimensional Euclidean space.
 
y_axis3d_uv
<vector-3d> The unit vector of the positive y-axis in 3d Euclidean space.
 
y_axis3d_ul
<line-3d> A positively-directed unit line centered on the y-axis in 3d Euclidean space.
 
zx_plane_os
<plane> The right-handed zx plane centered at the origin with coplanar unit square points.
 
yz_plane_os
<plane> The right-handed yz plane centered at the origin with coplanar unit square points.
 
x_axis3d_ul
<line-3d> A positively-directed unit line centered on the x-axis in 3d Euclidean space.
 
xy_plane_os
<plane> The right-handed xy plane centered at the origin with coplanar unit square points.
 
zero3d
<decimal-list-2> A 3d zero vector (a list with three zeros).
 
x_axis2d_uv
<vector-2d> The unit vector of the positive x-axis in 2d Euclidean space.
 
y_axis2d_uv
<vector-2d> The unit vector of the positive y-axis in 2d Euclidean space.
 
pi
<decimal> The ratio of a circle's circumference to its diameter.
 
tau
<decimal> The ratio of a circle's circumference to its radius.
 
phi
<decimal> The golden ratio.
 
eps
<decimal> Epsilon, small distance to deal with overlapping shapes.
 
grid_coarse
OpenSCAD coarse grid limit.
 
empty_str
<string> A string with no characters (the empty string).
 
number_nan
The OpenSCAD nan value (not a number).
 
number_inf
The OpenSCAD inf value (infinity).
 
empty_lst
<list> A list with no values (the empty list).
 
number_max
<decimal> The largest representable number in OpenSCAD scripts.
 
grid_fine
OpenSCAD fine grid limit.
 
number_min
<decimal> The smallest representable number in OpenSCAD scripts.