|
Blender V4.3
|
Go to the source code of this file.
Macros | |
| #define | BLI_VOXEL_INDEX(x, y, z, res) |
Functions | |
| float | BLI_voxel_sample_trilinear (const float *data, const int res[3], const float co[3]) |
Calculate the index number of a voxel, given x/y/z integer coords and resolution vector.
Definition at line 16 of file BLI_voxel.h.
Referenced by D().