Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard
interface Interpolator<T>
Link copied to clipboard
interface Inverter<T>

Functions

Link copied to clipboard

Returns an Interpolator that wraps this such that input fractions are coerced to the range 0f..1f.

Link copied to clipboard
fun interpolator(start: Instant, stop: Instant): BidirectionalInterpolator<Instant>
fun interpolator(start: LocalDateTime, stop: LocalDateTime): BidirectionalInterpolator<LocalDateTime>