edu.jhu.bme.smile.commons.math
Class Point3fMath

java.lang.Object
  extended by edu.jhu.bme.smile.commons.math.Point3fMath

public class Point3fMath
extends java.lang.Object


Constructor Summary
Point3fMath()
           
 
Method Summary
static Point3f crossProductPoint(Point3f a, Point3f b)
           
static Point3f normalizePoint(Point3f a)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Point3fMath

public Point3fMath()
Method Detail

crossProductPoint

public static Point3f crossProductPoint(Point3f a,
                                        Point3f b)

normalizePoint

public static Point3f normalizePoint(Point3f a)