public class SphericalCentralProjection<X extends Point_3> extends SphericalDrawing<X>
Constructor and Description |
---|
SphericalCentralProjection(Polyhedron_3<X> polyhedron) |
Modifier and Type | Method and Description |
---|---|
void |
computeDrawing()
Project a polyhedron on the unit sphere.
|
draw2D, draw3D
dimension, getPoint, getPoint2, toString
public SphericalCentralProjection(Polyhedron_3<X> polyhedron)
public void computeDrawing()
computeDrawing
in class GraphDrawing<X extends Point_3>