org.scilab.forge.scirenderer.utils.shapes.geometry
Class TetrahedronFactory

java.lang.Object
  extended by org.scilab.forge.scirenderer.utils.shapes.geometry.TetrahedronFactory

public class TetrahedronFactory
extends java.lang.Object

An utility class to create a tetrahedron.

Author:
Pierre Lando

Constructor Summary
TetrahedronFactory()
           
 
Method Summary
static DefaultGeometry createTetrahedron(Canvas canvas)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TetrahedronFactory

public TetrahedronFactory()
Method Detail

createTetrahedron

public static DefaultGeometry createTetrahedron(Canvas canvas)
Parameters:
canvas - the canvas where the buffers are created.
Returns:
a Tetrahedron geometry.