Skip to contents

Returns the point at a given proportion (0 to 1) along the total arc length of the Bezier path.

Usage

point_from_proportion(points, proportion, precision = 50)

Arguments

points

Matrix of control points (N x 3, 4 per curve)

proportion

Value in 0,1

precision

Samples per curve

Value

Numeric vector (the point)