implicit-0.0.0: Math-inspired programmatic 2&3D CAD: CSG, bevels, and shells; gcode export..

Graphics.Implicit.Primitives

Documentation

sphereSource

Arguments

::

Radius of the sphere

-> Obj3

Resulting sphere

cubeSource

Arguments

::

Width of the cube

-> Obj3

Resuting cube

circleSource

Arguments

::

radius of the circle

-> Obj2

resulting circle

cylinderSource

Arguments

::

Radius of the cylinder

->

Height of the cylinder

-> Obj3

Resulting cylinder

squareSource

Arguments

::

Width of the square

-> Obj2

Resulting square

regularPolygonSource

Arguments

::

number of sides

->

radius

-> Obj2

resulting regular polygon

polygonSource

Arguments

:: [ℝ2]

Verticies of the polygon

-> Obj2

Resulting polygon

zsurfaceSource

Arguments

:: (ℝ2 -> )

Description of the height of the surface

-> Obj3

Resulting 3D object