SPH
|
#include <MeshDomain.h>
Public Attributes | |
AffineMatrix | matrix = AffineMatrix::identity() |
Arbitrary transformation matrix applied on the mesh. More... | |
bool | precomputeInside = true |
If true, cached volume is created to allow fast calls of contains. More... | |
Size | volumeResolution = 128 |
Resolution of the volume, used if precomputeInside == true. More... | |
Definition at line 17 of file MeshDomain.h.
AffineMatrix MeshParams::matrix = AffineMatrix::identity() |
Arbitrary transformation matrix applied on the mesh.
Definition at line 19 of file MeshDomain.h.
bool MeshParams::precomputeInside = true |
If true, cached volume is created to allow fast calls of contains.
Definition at line 22 of file MeshDomain.h.
Size MeshParams::volumeResolution = 128 |
Resolution of the volume, used if precomputeInside == true.
Definition at line 25 of file MeshDomain.h.