API Documentation
Loading...
Searching...
No Matches
Rasterization.h File Reference
#include "Cloth.h"
#include "Tree/Headers/RTree.hpp"
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
 

Namespaces

namespace  NDEVR
 

Macros

#define SQUARE_DIST(x1, y1, x2, y2)
 

Macro Definition Documentation

◆ SQUARE_DIST

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