lt.monarch.math
Class Interpolator2D.Point

java.lang.Object
  extended by lt.monarch.math.Interpolator2D.Point
All Implemented Interfaces:
java.io.Serializable
Enclosing interface:
Interpolator2D

public static class Interpolator2D.Point
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
Modifier and Type Field and Description
 double x
           
 double y
           
 double z
           
 
Constructor Summary
Constructor and Description
Interpolator2D.Point(double x, double y, double z)
           
 
Method Summary
Modifier and Type Method and Description
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

x

public final double x

y

public final double y

z

public final double z
Constructor Detail

Interpolator2D.Point

public Interpolator2D.Point(double x,
                            double y,
                            double z)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object