UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
voro::particle_record Struct Reference

Structure for holding information about a particle. More...

#include <v_compute.hh>

Public Attributes

int ijk
 
int l
 
int di
 
int dj
 
int dk
 

Detailed Description

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.

Member Data Documentation

◆ di

int voro::particle_record::di

The x-index of the block.

◆ dj

int voro::particle_record::dj

The y-index of the block.

◆ dk

int voro::particle_record::dk

The z-index of the block.

◆ ijk

int voro::particle_record::ijk

The index of the block that the particle is within.

◆ l

int voro::particle_record::l

The number of particle within its block.


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