Crate bevy_lookup_curve

Source

Modules§

asset
editor
knot_search

Structs§

Knot
A knot in a LookupCurve.
LookupCache
Cache to speed up coherent lookups, see LookupCurve::lookup_cached
LookupCurve
Two-dimensional spline that only allows a single y-value per x-value
LookupCurvePlugin
Registers the asset loader and editor components
Tangent
Tangents are used to control cubic interpolation for Knots in a LookupCurve

Enums§

KnotInterpolation
Interpolation used between a Knot the next knot
LookupCurveLoadError
LookupCurveSaveError
TangentMode
How a tangent behaves when a knot or its tangents are moved
TangentSide