Class SphereFactory
java.lang.Object
org.scilab.forge.scirenderer.utils.shapes.geometry.SphereFactory
- Author:
- Pierre Lando
-
Method Summary
Modifier and TypeMethodDescriptionCreate a sphere geometry with classic longitude / latitude division.static SphereFactory
-
Method Details
-
getSingleton
-
create
Create a sphere geometry with classic longitude / latitude division.- Parameters:
canvas
- the canvas where the geometry will be created.radius
- the sphere radius.givenLatitude
- number of division in latitude.givenLongitude
- number of division in longitude.- Returns:
- a sphere geometry with classic longitude / latitude division.
-