edu.jhu.ece.iacl.jist.structures.geom
Class NormalGenerator

java.lang.Object
  extended by edu.jhu.ece.iacl.jist.structures.geom.NormalGenerator

public class NormalGenerator
extends java.lang.Object

The Class NormalGenerator.


Constructor Summary
NormalGenerator()
           
 
Method Summary
static Vector3f[] generate(EmbeddedSurface mesh)
          Generate.
static Vector3f[] generate(Point3f[] points, int[] indices)
          Generate.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NormalGenerator

public NormalGenerator()
Method Detail

generate

public static Vector3f[] generate(EmbeddedSurface mesh)
Generate.

Parameters:
mesh - the mesh
Returns:
the vector3f[]

generate

public static Vector3f[] generate(Point3f[] points,
                                  int[] indices)
Generate.

Parameters:
points - the points
indices - the indices
Returns:
the vector3f[]