public class SphericalCentralProjection<X extends Point_3> extends SphericalDrawing<X>
Modifier and Type | Field and Description |
---|---|
(package private) Polyhedron_3<X> |
polyhedron |
step
g, points
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, projectOnSphere
dimension, getPoint, getPoint2, toString
Polyhedron_3<X extends Point_3> polyhedron
public SphericalCentralProjection(Polyhedron_3<X> polyhedron)
public void computeDrawing()
computeDrawing
in class GraphDrawing<X extends Point_3>