#include <Voxel.h>
Public Member Functions | |
Voxel (void) | |
Voxel | operator+ (const Voxel &v) const |
Voxel | operator * (double d) const |
|
create new empty Voxel |
|
multiplie each Voxel value by the value of f1 |
|
add two Voxels |