R/utils-geometry.R
bezier_points.Rd
Calculate points along a quadratic Bezier curve.
bezier_points(x0, y0, x1, y1, x2, y2, n = 50)
Start point.
Control point.
End point.
Number of points to generate.
Data frame with x, y coordinates.