package curve-sampling

  1. Overview
  2. Docs
Sampling of parametric and implicit curves

Install

Dune Dependency

Authors

Maintainers

Sources

curve-sampling-0.2.1.tbz
sha256=3e145c7d7a087decd613ae932cb677e1725e4d28cdd84f55ebb519171ba58231
sha512=c133b58d7bd35e311df750b583618d71f3259120e9c48a62ae455b74ddcf8ec0f09847ae845823682d86c20468d5619bc4fd9449fe52acf0c20e408ed45381f5

CHANGES.md.html

0.2.1 2021-11-12

  • New functions is_empty and bounding_box.

  • Do not fail on empty samplings.

0.2 2019-12-08

  • New function to_latex_channel.

  • Allow to specify the color when converting to LaTeX.

  • Automatically divide the path into several PGF/TikZ paths when it is too long for LaTeX capacity. This is configurable.

  • LaTeX output can draw arrows on paths.

  • Improve the sampling procedure: better determine the slope at endpoints, be less reactive to small zigzags that may be due to rough estimates, and use viewport scaling to estimate all costs.

  • Use an internal random state and not the global one.

0.1 2018-11-28

  • Initial release