| Interface | Description |
|---|---|
| Interpolation |
Represents an arbitrary function in ℝ → ℝ3
|
| Class | Description |
|---|---|
| KochanekBartelsInterpolation |
Kochanek-Bartels interpolation.
Continuous in the 2nd derivative. Supports tension, bias and
continuity parameters per Node |
| LinearInterpolation |
Simple linear interpolation.
|
| Node |
Represents a node for interpolation.
The Node.tension, Node.bias and Node.continuity fields
are parameters for the Kochanek-Bartels interpolation algorithm. |
| ReparametrisingInterpolation |
Reparametrises another interpolation function by arc length.
This is done so entities travel at roughly the same speed across the whole route. |
Copyright © 2010-2014. All Rights Reserved.