ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
Rasterization.h File Reference
#include "Cloth.h"
#include "wlPointCloud.h"
Include dependency graph for Rasterization.h:
This graph shows which files directly or indirectly include this file:

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)))
 

Macro Definition Documentation

◆ SQUARE_DIST

#define SQUARE_DIST (   x1,
  y1,
  x2,
  y2 
)     (((x1) - (x2)) * ((x1) - (x2)) + ((y1) - (y2)) * ((y1) - (y2)))

Definition at line 13 of file Rasterization.h.