pub fn rect<T: Number>(x: T, z: T) -> Csg<T>
Create a rectangle centered at the origin in the XZ plane.
x is the width along the X axis, z is the depth along the Z axis.
x
z