SPH
Public Attributes | List of all members
MeshParams Struct Reference

#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...
 

Detailed Description

Definition at line 17 of file MeshDomain.h.

Member Data Documentation

◆ matrix

AffineMatrix MeshParams::matrix = AffineMatrix::identity()

Arbitrary transformation matrix applied on the mesh.

Definition at line 19 of file MeshDomain.h.

◆ precomputeInside

bool MeshParams::precomputeInside = true

If true, cached volume is created to allow fast calls of contains.

Definition at line 22 of file MeshDomain.h.

◆ volumeResolution

Size MeshParams::volumeResolution = 128

Resolution of the volume, used if precomputeInside == true.

Definition at line 25 of file MeshDomain.h.


The documentation for this struct was generated from the following file: