Module salva3d::geometry[][src]

Expand description

Acceleration data structures for collision detection.

Structs

Structure responsible for computing and grouping all the contact between fluid and boundary particles.

A grid based on spacial hashing.

The set of contacts affecting the particles of a single fluid.

Enums

A particle inserted on a spacial grid.

Functions

Compute all the contacts between the particles inserted in grid.

Compute all the contacts between the particles of a single fluid object.

Insert all the particles from the given boundaries into the grid.

Insert all the particles from the given fluids into the grid.