public abstract class SubdivisionMethod_3
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
Polyhedron_3<Point_3> |
polyhedron3D |
Constructor and Description |
---|
SubdivisionMethod_3(Polyhedron_3<Point_3> polyhedron3D) |
Modifier and Type | Method and Description |
---|---|
abstract void |
subdivide()
The main method performing the subdivision process
To be implemented
|
public Polyhedron_3<Point_3> polyhedron3D
public SubdivisionMethod_3(Polyhedron_3<Point_3> polyhedron3D)