Empeld
Empeld plugin documentation.
|
Classes | |
class | AbstractRail |
A rail that consistents of points, with the ability to follow this points More... | |
class | LinearRail |
A rail that can be followed, where position between two points is interpolated linearly More... | |
class | QuadraticRail |
A rail that can be followed, were interpolation between two points is quadratic More... | |
class | StepRail |
Slightly difference from an AbstractRail, this doesn't keep track of interpolation, but just the list of ordered points to traverse More... | |