| Package | Description |
|---|---|
| com.sk89q.worldedit.math.interpolation |
| Modifier and Type | Class and Description |
|---|---|
class |
KochanekBartelsInterpolation
A Kochanek-Bartels interpolation; continuous in the 2nd derivative.
|
class |
LinearInterpolation
Simple linear interpolation.
|
class |
ReparametrisingInterpolation
Reparametrises another interpolation function by arc length.
|
| Modifier and Type | Method and Description |
|---|---|
Interpolation |
ReparametrisingInterpolation.getBaseInterpolation() |
| Constructor and Description |
|---|
ReparametrisingInterpolation(Interpolation baseInterpolation) |
Copyright © 2010-2014. All Rights Reserved.