![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
Structure for holding information about a particle. More...
#include <v_compute.hh>
Public Attributes | |
| int | ijk |
| int | l |
| int | di |
| int | dj |
| int | dk |
Structure for holding information about a particle.
This small structure holds information about a single particle, and is used by several of the routines in the voro_compute template for passing information by reference between functions.
| int voro::particle_record::di |
The x-index of the block.
| int voro::particle_record::dj |
The y-index of the block.
| int voro::particle_record::dk |
The z-index of the block.
| int voro::particle_record::ijk |
The index of the block that the particle is within.
| int voro::particle_record::l |
The number of particle within its block.