Uses of Interface
org.scilab.forge.scirenderer.shapes.geometry.Geometry
-
-
Uses of Geometry in org.scilab.forge.scirenderer
Methods in org.scilab.forge.scirenderer with parameters of type Geometry Modifier and Type Method Description void
DrawingTools. draw(Geometry geometry)
Draw the given geometry with default appearance.void
DrawingTools. draw(Geometry geometry, Appearance appearance)
Draw the given geometry. -
Uses of Geometry in org.scilab.forge.scirenderer.implementation.g2d
Methods in org.scilab.forge.scirenderer.implementation.g2d with parameters of type Geometry Modifier and Type Method Description void
G2DDrawingTools. draw(Geometry geometry)
void
G2DDrawingTools. draw(Geometry geometry, Appearance appearance)
-
Uses of Geometry in org.scilab.forge.scirenderer.implementation.g2d.motor
Methods in org.scilab.forge.scirenderer.implementation.g2d.motor with parameters of type Geometry Modifier and Type Method Description void
Motor3D. draw(DrawingTools drawingTools, Geometry geometry, Appearance appearance)
Add the geometry to the scene -
Uses of Geometry in org.scilab.forge.scirenderer.implementation.jogl
Methods in org.scilab.forge.scirenderer.implementation.jogl with parameters of type Geometry Modifier and Type Method Description void
JoGLDrawingTools. draw(Geometry geometry)
void
JoGLDrawingTools. draw(Geometry geometry, Appearance appearance)
-
Uses of Geometry in org.scilab.forge.scirenderer.implementation.jogl.drawer
Methods in org.scilab.forge.scirenderer.implementation.jogl.drawer with parameters of type Geometry Modifier and Type Method Description void
JoGLShapeDrawer. draw(JoGLDrawingTools drawingTools, Geometry geometry, Appearance appearance)
Draw a given geometry with given appearance. -
Uses of Geometry in org.scilab.forge.scirenderer.shapes.geometry
Classes in org.scilab.forge.scirenderer.shapes.geometry that implement Geometry Modifier and Type Class Description class
DefaultGeometry
Default implementation of a Geometry. -
Uses of Geometry in org.scilab.forge.scirenderer.utils.shapes.geometry
Methods in org.scilab.forge.scirenderer.utils.shapes.geometry that return Geometry Modifier and Type Method Description Geometry
SphereFactory. create(Canvas canvas, java.lang.Float radius, int givenLatitude, int givenLongitude)
Create a sphere geometry with classic longitude / latitude division.static Geometry
CubeFactory. createCube(Canvas canvas)
Return a geometry representing a simple cube.static Geometry
CubeFactory. createCube(Canvas canvas, int density)
Return a geometry representing a cube.static Geometry
CubeFactory. createCube(Canvas canvas, int density, boolean wired)
Return a geometry representing a cube.
-