com.c3d.image.util
Class DistImage

java.lang.Object
  |
  +--com.c3d.image.util.DistImage

public class DistImage
extends java.lang.Object


Constructor Summary
DistImage(int w, int h, javax.vecmath.Point3f[] data)
           
 
Method Summary
 javax.vecmath.Point2f closest_point_slow(javax.vecmath.Point3f pt)
           
 javax.vecmath.Point2f closest_point2f(javax.vecmath.Point3f pt, boolean restart)
           
 javax.vecmath.Point3f closest_point3f(javax.vecmath.Point3f pt, boolean restart)
           
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DistImage

public DistImage(int w,
                 int h,
                 javax.vecmath.Point3f[] data)
Method Detail

closest_point_slow

public javax.vecmath.Point2f closest_point_slow(javax.vecmath.Point3f pt)

closest_point3f

public javax.vecmath.Point3f closest_point3f(javax.vecmath.Point3f pt,
                                             boolean restart)

closest_point2f

public javax.vecmath.Point2f closest_point2f(javax.vecmath.Point3f pt,
                                             boolean restart)

main

public static void main(java.lang.String[] args)