graphoutput
Class MathExt

java.lang.Object
  |
  +--graphoutput.MathExt

public class MathExt
extends java.lang.Object

Extends the class Math with new functions depending on Java3D


Constructor Summary
MathExt()
           
 
Method Summary
static javax.vecmath.Vector3f calcNormal(javax.vecmath.Point3d x, javax.vecmath.Point3d a, javax.vecmath.Point3d b)
          Calculates the normalized vector which is orthogonal to the triangle specified by the three points x, a, and b.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MathExt

public MathExt()
Method Detail

calcNormal

public static javax.vecmath.Vector3f calcNormal(javax.vecmath.Point3d x,
                                                javax.vecmath.Point3d a,
                                                javax.vecmath.Point3d b)
Calculates the normalized vector which is orthogonal to the triangle specified by the three points x, a, and b.