package curve-sampling

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

Install

Dune Dependency

Authors

Maintainers

Sources

curve-sampling-0.2.tbz
sha256=733ded91c05bae5b6e82c499c44c11a6eb8b016b2ac29d3670e2a0e984c2ad09
sha512=bee275149d51936bca3ef3aa06391ff6f095ac995f2beab458fa12eaa141cec731eb28415ef1ad02744886337f764946df224699fe7955576091b6c19c224138

CHANGES.md.html

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