Expand description
Fouršbar is a simulator, a synthesizing tool for four-bar linkage mechanism.
https://en.wikipedia.org/wiki/Four-bar_linkage
use four_bar::FourBar;
// Get the trajectory of the coupler point
let path = FourBar::example().curve(360);Re-exports
pub extern crate metaheuristics_nature as mh;pub use crate::fb::FourBar;pub use crate::fb::NormFourBar;pub use crate::fb::SFourBar;pub use crate::fb::SNormFourBar;pub use efd;pub use crate::plot::plot2d;pub use crate::plot::plot3d;