edu.sdsc.mbt.viewers.GLViewerImpl
Class Priestle

java.lang.Object
  extended byedu.sdsc.mbt.viewers.GLViewerImpl.Priestle

public class Priestle
extends java.lang.Object

Priestle encapsulates a procedure used to smooth the coordinates passed to one of the geometry classes.

Since:
JDK1.2.2
Version:
$Revision: 1.2 $
Author:
Apostol Gramada, John L. Moreland, John Tate

Constructor Summary
Priestle()
           
 
Method Summary
static void smooth(Vec3f[] coords, int steps)
           
static void smooth(Vector3f[] coords, int steps)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Priestle

public Priestle()
Method Detail

smooth

public static void smooth(Vec3f[] coords,
                          int steps)

smooth

public static void smooth(Vector3f[] coords,
                          int steps)