solvespace/src/srf
whitequark 8960ee365a Add a new renderer that prepares geometry for 2d backends.
SurfaceRenderer is a new renderer implementing the Canvas interface
running entirely on the CPU; it projects strokes and triangles
in the exact same way as OpenGL would, and it can be used for
rendering into raster or vector 2d surfaces.
2016-08-01 00:48:37 +00:00
..
boolean.cpp Annotate constants passed as boolean function arguments. 2016-05-26 12:43:52 +00:00
curve.cpp Convert all enumerations to use enum class. 2016-05-25 07:17:14 +00:00
merge.cpp Annotate constants passed as boolean function arguments. 2016-05-26 12:43:52 +00:00
ratpoly.cpp Add a new renderer that prepares geometry for 2d backends. 2016-08-01 00:48:37 +00:00
raycast.cpp Annotate constants passed as boolean function arguments. 2016-05-26 12:43:52 +00:00
surface.cpp Annotate constants passed as boolean function arguments. 2016-05-26 12:43:52 +00:00
surface.h Add a new renderer that prepares geometry for 2d backends. 2016-08-01 00:48:37 +00:00
surfinter.cpp Annotate constants passed as boolean function arguments. 2016-05-26 12:43:52 +00:00
triangulate.cpp Implement SPolygon::TriangulateInto. 2016-08-01 00:48:37 +00:00