mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-16 11:17:51 -06:00
Working curve approximation of the concave hull with clipper offset.
This commit is contained in:
parent
fbe415f88e
commit
f297da0d01
8 changed files with 243 additions and 694 deletions
|
@ -9,9 +9,9 @@ namespace Slic3r {
|
|||
class ExPolygon;
|
||||
|
||||
/**
|
||||
* @brief Raster captures an antialiased monochrome canvas where vectorial
|
||||
* @brief Raster captures an anti-aliased monochrome canvas where vectorial
|
||||
* polygons can be rasterized. Fill color is always white and the background is
|
||||
* black. Countours are antialiased.
|
||||
* black. Contours are anti-aliased.
|
||||
*
|
||||
* It also supports saving the raster data into a standard output stream in raw
|
||||
* or PNG format.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue