Compile with tutorial_1_1

Hello everyone,

What does lattice.getBoundingBox() represent in tutorial_1_1?
Thanks.

it is the “box” surrounding the lattice. Say you have a lattice with nx, ny, nz points. The bounding box is a struct containing 6 integers, x0=0, x1 = nx-1, y0=0, y1=ny-1, z0=0, z1=nz-1

1 Like