org.geotools.geometry.iso.util.interpolation
Class ITP_Interpolation.Point3d

java.lang.Object
  extended by org.geotools.geometry.iso.util.interpolation.ITP_Interpolation.Point3d
Enclosing class:
ITP_Interpolation

public static class ITP_Interpolation.Point3d
extends java.lang.Object

Author:
roehrig

Field Summary
 double x
           
 double y
           
 double z
           
 
Constructor Summary
ITP_Interpolation.Point3d(double x, double y, double z)
           
 
Method Summary
 double distance(ITP_Interpolation.Point3d p)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

x

public double x

y

public double y

z

public double z
Constructor Detail

ITP_Interpolation.Point3d

public ITP_Interpolation.Point3d(double x,
                                 double y,
                                 double z)
Method Detail

distance

public double distance(ITP_Interpolation.Point3d p)
Parameters:
p -
Returns:


Copyright © 1996-2010 Geotools. All Rights Reserved.