MVE - Multi-View Environment mve-devel
Loading...
Searching...
No Matches
Namespaces | Functions
voxel.cc File Reference
#include <algorithm>
#include "math/vector.h"
#include "fssr/voxel.h"
Include dependency graph for voxel.cc:

Go to the source code of this file.

Namespaces

namespace  fssr
 

Functions

VoxelData fssr::interpolate_voxel (VoxelData const &d1, float w1, VoxelData const &d2, float w2)
 Interpolates between two VoxelData objects for Marching Cubes.