[go: up one dir, main page]

enterpolation 0.1.0

A library for creating and computing interpolations, extrapolations and smoothing of generic data points.
[dependencies.assert_float_eq]
version = "1"

[dependencies.num-traits]
version = "0.2"

[dependencies.topology-traits]
version = "0.1"
[dev-dependencies.image]
version = "0.23"

[dev-dependencies.palette]
version = "0.5"

[features]
bezier = []
bspline = []
default = ["std", "linear", "bezier", "bspline"]
libm = ["num-traits/libm"]
linear = []
std = ["num-traits/std"]

[package]
authors = ["Nicolas Klenert <klenert.nicolas@gmail.com>"]
categories = ["graphics", "mathematics", "no-std"]
description = "A library for creating and computing interpolations, extrapolations and smoothing of generic data points."
documentation = "https://docs.rs/enterpolation"
edition = "2018"
exclude = ["examples/*", ".gitignore", "CHANGELOG.md", "CONTRIBUTING.md"]
keywords = ["interpolation", "curve", "spline", "lerp"]
license = "MIT OR Apache-2.0"
name = "enterpolation"
readme = "README.md"
repository = "https://github.com/NicolasKlenert/enterpolation"
version = "0.1.0"