Description
Bezier Curves in 'grid'.
Description
Functions for rendering Bezier curves (Pomax, 2018) <https://pomax.github.io/bezierinfo/> in 'grid'. There is support for both quadratic and cubic Bezier curves. There are also functions for calculating points on curves, tangents to curves, and normals to curves.
README.md
gridbezier
R package with functions for rendering Bezier curves in 'grid'.
library(devtools)
install_github("pmur002/gridbezier")