#include <Grid2D.h>
Public Attributes | |
vec2 | u |
velocity (unit = cell width) More... | |
int | type |
First particle (or 0 for non-fluid cell) More... | |
int | dummy |
Align the structure to 16 bytes. More... | |
Public Member Functions | |
void | clear () |
int sofaeulerianfluid::Grid2D::Cell::dummy |
Align the structure to 16 bytes.
int sofaeulerianfluid::Grid2D::Cell::type |
First particle (or 0 for non-fluid cell)
vec2 sofaeulerianfluid::Grid2D::Cell::u |
velocity (unit = cell width)
|
inline |