|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--graphoutput.MathExt
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 |
public MathExt()
Method Detail |
public static javax.vecmath.Vector3f calcNormal(javax.vecmath.Point3d x, javax.vecmath.Point3d a, javax.vecmath.Point3d b)
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |