jjdh API

jjdh.java.math
Class LinearInterpolation

java.lang.Object
  extended by jjdh.java.math.LinearInterpolation

public class LinearInterpolation
extends Object


Constructor Summary
LinearInterpolation()
           
 
Method Summary
static float getDelta(double from, double to, double steps)
           
static Point3D getDelta(Point3D from, Point3D to, double steps)
           
static Vector3D getDelta(Vector3D from, Vector3D to, double steps)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LinearInterpolation

public LinearInterpolation()
Method Detail

getDelta

public static float getDelta(double from,
                             double to,
                             double steps)

getDelta

public static Point3D getDelta(Point3D from,
                               Point3D to,
                               double steps)

getDelta

public static Vector3D getDelta(Vector3D from,
                                Vector3D to,
                                double steps)

jjdh API

Copyright © 2006 Jonas Jacobi and Dennis Heidsiek. All Rights Reserved.