Crate four_bar

source Ā·
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

Modules

  • atlasatlas
    Create a atlas database for four-bar linkages.
  • csvcsv
    Functions for reading/writing CSV format.
  • Four-bar linkage types.
  • plotplot
    Plot utitlities.
  • The synthesis implementation of planar four-bar linkage mechanisms.