Skip to main content

rect

Function rect 

Source
pub fn rect<T: Number>(x: T, z: T) -> Csg<T>
Expand description

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.