#include "grid.h"
#include "shapes.h"
#include "parameters.h"
Go to the source code of this file.
◆ ADD_CELL
#define ADD_CELL |
( |
|
x, |
|
|
|
y, |
|
|
|
Distance |
|
) |
| |
Value: {\
CSG_Table_Record &Cell = *Kernel.Add_Record();\
Cell.Set_Value(0, x);\
Cell.Set_Value(1, y);\
Cell.Set_Value(2, Distance);\
Cell.Set_Value(3, m_Weighting.Get_Weight(d));\
}