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

Graphics.Implicit.MathUtil

Synopsis

Documentation

rmaxSource

Arguments

::

radius

->

first number to round maximum

->

second number to round maximum

->

resulting number

Rounded Maximum Consider max(x,y) = 0, the generated curve has a square-like corner. We replace it with a quarter of a circle

rminSource

Arguments

::

radius

->

first number to round minimum

->

second number to round minimum

->

resulting number

Rounded minimum

rmaximumSource

Arguments

::

radius

-> []

numbers to take round maximum

->

resulting number

Like rmax, but on a list instead of two. Just as maximum is. The implementation is to take the maximum two and rmax those.

rminimumSource

Arguments

::

radius

-> []

numbers to take round minimum

->

resulting number

Like rmin but on a list.