ReC98/th01/math
nmlgc a10fe95b31 [Maintenance] Fix comment↔code associations
• Comments that describe all lines of code until a blank one are placed
  into the lines immediately above
• Comments that describe an entire demarcated block are placed
  immediately below the dash row at the top
• In any case, there should be a blank line after the top comment of
  a demarcated block, to keep IntelliSense-style systems from applying
  the block comment to the first actual line of code…
• …but there shouldn't be one before the dash row at the bottom, where
  it'd be redundant.

Part of P0207, funded by GhostPhanom.
2022-08-08 20:10:53 +02:00
..
area.hpp [Contributing] Define `struct`, `class` and `template` naming conventions 2022-08-08 20:10:38 +02:00
area.inc [Maintenance] Turn the left/right/top/bottom area structure into a template 2020-08-16 21:40:35 +02:00
clamp.hpp [Maintenance] Move the ring increment/decrement macros to clamp.hpp 2022-03-26 20:44:54 +01:00
digit.hpp [Decompilation] [th01] Point items: Collection and drop callbacks 2021-09-28 18:05:25 +02:00
dir.hpp [Maintenance] [th01] Start a new header file for direction types 2022-01-31 05:14:55 +01:00
overlap.hpp [Maintenance] Fix comment↔code associations 2022-08-08 20:10:53 +02:00
polar.hpp [Decompilation] [th01] Sariel: Main function 2022-01-31 08:31:18 +01:00
str_val.cpp [Maintenance] [th01] Move integer→string conversions to the `math/` directory 2022-07-10 13:37:56 +02:00
str_val.hpp [Maintenance] [th01] Move integer→string conversions to the `math/` directory 2022-07-10 13:37:56 +02:00
subpixel.hpp [Maintenance] Publicly declare decimal subpixels 2022-07-17 19:26:06 +02:00
subpixel.inc [Maintenance] Introduce factor and bit count constants for subpixels 2022-02-18 09:36:28 +01:00
vector.cpp [Maintenance] Remove `extern "C"` from more areas of code 2022-06-24 23:28:19 +02:00
vector.hpp [Maintenance] Move the polar coordinate conversion functions to their own file 2021-04-03 22:31:00 +02:00
wave.hpp [Maintenance] Declare distinct types for pixel and VRAM sizes 2020-08-28 14:53:33 +02:00