public class InterpolationUtil
extends java.lang.Object
Constructor and Description |
---|
InterpolationUtil() |
Modifier and Type | Method and Description |
---|---|
static double |
linear(double a,
double b,
double t) |
static Vector3D |
linear(Vector3D a,
Vector3D b,
double t) |
static Rotation |
slerp(Rotation a,
Rotation b,
double t) |
static double |
smooth(double a,
double b,
double t) |
static Vector3D |
smooth(Vector3D a,
Vector3D b,
double t) |
processing library peasycam by Jonathan Feinberg. (c) 2013