solvespace/src/srf
EvilSpirit 5791310bb1 Annotate constants passed as boolean function arguments.
This is to ensure that:
  * it is clear, when looking at the point of usage, what is
    the purpose of "true" or "false";
  * when refactoring, a simple search will bring up any places that
    need to be changed.

Also, argument names were synchronized between declaration and
implementation.

As an exception, these are not annotated:
  * Printf(/*halfLine=*/), to avoid pointless churn.
2016-05-26 12:43:52 +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 Annotate constants passed as boolean function arguments. 2016-05-26 12:43:52 +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 Annotate constants passed as boolean function arguments. 2016-05-26 12:43:52 +00:00
surfinter.cpp Annotate constants passed as boolean function arguments. 2016-05-26 12:43:52 +00:00
triangulate.cpp Annotate constants passed as boolean function arguments. 2016-05-26 12:43:52 +00:00