Docs.rs
baiser-0.1.1
baiser 0.1.1
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
monkin
Dependencies
num-traits >=0.2.19
normal
Versions
47.37%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
baiser
0.1.1
All Items
Crate Items
Structs
Traits
Crate
baiser
Copy item path
Source
Structs
§
Bezier0
Single point
Bezier1
Line
Bezier2
Quadratic bezier curve
Bezier3
Cubic bezier curve
Composed
Curve
Linear
Speed
The same curve as a passed one, but with a linear dependency between the time and the distance.
Traits
§
Curve
A curve is a parametric function that maps a value
t
in range from 0 to 1 to a point in space.
Curve
Point
CurvePoint is a point in space that can be added, subtracted, multiplied, and scaled. This trait can be implemented for any type like Point, Vector, Color, etc.
Distance