dxx-rebirth/common/3d
Kp f3d4dff941 Use enum class for clipping_code
Adjust code_window_point to use the same masks as clipping_code.
Previously, it had top and bottom swapped.  However, since its output
was only ever compared for equality to 0, this transposition should not
affect the observable behavior.
2022-10-02 19:51:35 +00:00
..
clipper.cpp Use enum class for clipping_code 2022-10-02 19:51:35 +00:00
clipper.h Use enum class for clipping_code 2022-10-02 19:51:35 +00:00
draw.cpp Use enum class for clipping_code 2022-10-02 19:51:35 +00:00
globvars.cpp Move View_zoom out of global scope 2021-08-26 03:13:45 +00:00
globvars.h Move View_zoom out of global scope 2021-08-26 03:13:45 +00:00
instance.cpp Move g3 instance contexts onto the stack 2021-09-04 12:17:14 +00:00
matrix.cpp Move various static functions into anonymous namespace 2022-07-09 13:39:29 +00:00
points.cpp Use enum class for clipping_code 2022-10-02 19:51:35 +00:00
rod.cpp Use enum class for clipping_code 2022-10-02 19:51:35 +00:00
setup.cpp optimize include files (include what you use) 2021-02-06 21:38:50 +01:00