| Package | Description |
|---|---|
| com.sk89q.worldedit.interpolation |
| Modifier and Type | Class and Description |
|---|---|
class |
KochanekBartelsInterpolation
Kochanek-Bartels interpolation.
Continuous in the 2nd derivative. Supports tension, bias and
continuity parameters per Node |
class |
LinearInterpolation
Simple linear interpolation.
|
class |
ReparametrisingInterpolation
Reparametrises another interpolation function by arc length.
This is done so entities travel at roughly the same speed across the whole route. |
| Modifier and Type | Method and Description |
|---|---|
Interpolation |
ReparametrisingInterpolation.getBaseInterpolation() |
| Constructor and Description |
|---|
ReparametrisingInterpolation(Interpolation baseInterpolation) |
Copyright © 2010-2014. All Rights Reserved.