Class TetrahedronFactory
- java.lang.Object
-
- org.scilab.forge.scirenderer.utils.shapes.geometry.TetrahedronFactory
-
public final class TetrahedronFactory extends java.lang.Object
An utility class to create a tetrahedron.- Author:
- Pierre Lando
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static DefaultGeometry
createTetrahedron(Canvas canvas)
-
-
-
Method Detail
-
createTetrahedron
public static DefaultGeometry createTetrahedron(Canvas canvas)
- Parameters:
canvas
- the canvas where the buffers are created.- Returns:
- a Tetrahedron geometry.
-
-