|
QtSculptor
v1.0.0
|
Go to the documentation of this file.
35 CutSphere(
int x_center_,
int y_center_,
int z_center_,
int radius_);
52 #endif // CUT_SPHERE_H
CutSphere(int x_center_, int y_center_, int z_center_, int radius_)
CutSphere class constructor.
Definition: CutSphere.cpp:3
void draw(Sculptor &sculptor)
Member function draw.
Definition: CutSphere.cpp:10
int radius
Definition: CutSphere.h:22
int y_center
Definition: CutSphere.h:20
int x_center
Definition: CutSphere.h:19
Concrete class CutSphere - Used to erase a set of voxels belonging to a spherical volume.
Definition: CutSphere.h:18
int z_center
Definition: CutSphere.h:21
Sculptor class for manipulating elements, denoted voxels, in arrays three-dimensional digital.
Definition: Sculptor.h:17
~CutSphere()
Destructor of the CutSphere class.
Definition: CutSphere.h:41