jjdh.java.math
Class LinearInterpolation
java.lang.Object
jjdh.java.math.LinearInterpolation
public class LinearInterpolation
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LinearInterpolation
public LinearInterpolation()
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)
Copyright © 2006 Jonas Jacobi and Dennis Heidsiek. All Rights Reserved.