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

java.lang.Object
  extended by 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
static DefaultGeometry createTetrahedron(Canvas canvas)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

createTetrahedron

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