![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|


Go to the source code of this file.
Classes | |
| class | Rasterization |
Macros | |
| #define | SQUARE_DIST(x1, y1, x2, y2) (((x1) - (x2)) * ((x1) - (x2)) + ((y1) - (y2)) * ((y1) - (y2))) |
| #define SQUARE_DIST | ( | x1, | |
| y1, | |||
| x2, | |||
| y2 | |||
| ) | (((x1) - (x2)) * ((x1) - (x2)) + ((y1) - (y2)) * ((y1) - (y2))) |
Definition at line 13 of file Rasterization.h.