Top "Bezier" questions

A Bézier curve is a parametric curve frequently used in computer graphics and related fields.

How can I get a cubic bezier curve closest to given points?

Given n points: p0, p1, p2, ..., pn; How can I get the point c1, c2 so that the cubic bezier …

c# algorithm math bezier curve-fitting
Drawing smooth lines with canvas

So far none of the threads here on smooth lines are correct. how to draw smooth curve through N points …

javascript canvas drawing bezier smoothing
joining two Bézier curves smoothly (C2 continuous)

(Follow-up of this question.) Given a sequence of cubic Bézier curves, how can I modify them minimally to make …

math graphics bezier continuous
Outline of cubic bezier curve stroke

By stroke of the cubic bezier curve I mean rendering a curve 'A' with a specific line width 'w'. How …

math bezier
Draw an Inset NSShadow and Inset Stroke

I have an NSBezierPath and I want to draw in inset shadow (similar to Photoshop) inside the path. Is there …

cocoa drawing photoshop shadow bezier
y coordinate for a given x cubic bezier

This question is very similar to: Quadratic bezier curve: Y coordinate for a given X?. But this one is cubic... …

javascript algorithm math bezier
Svg polygon rounding

I am working on an application that is using svg move/rotate/zoom functionalities. I'm programming the back-end in Laravel …

javascript svg polygon polyline bezier
IOS : Animate transformation from a line to a bezier curve

I would like to animate a straight line curving into a bezier curve (from "_" to "n"), is there a library …

ios core-graphics bezier uibezierpath nsbezierpath
convert bezier curve to polygonal chain?

I want to split a bezier curve into a polygonal chain with n straight lines. The number of lines being …

algorithm bezier polyline
Bezier clipping

I'm trying to find/make an algorithm to compute the intersection (a new filled object) of two arbitrary filled 2D …

graphics geometry 2d bezier csg