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, draw3Ddimension, getPoint, getPoint2, toStringpublic SphericalCentralProjection(Polyhedron_3<X> polyhedron)
public void computeDrawing()
computeDrawing in class GraphDrawing<X extends Point_3>