Bézier Curves (Bezier curves)
|
01-16-2018, 10:04 PM
(This post was last modified: 01-16-2018 10:12 PM by StephenG1CMZ.)
Post: #1
|
|||
|
|||
Bézier Curves (Bezier curves)
A program for generating and drawing Bézier curves...
Stephen Lewkowicz (G1CMZ) https://my.numworks.com/python/steveg1cmz |
|||
01-16-2018, 10:08 PM
Post: #2
|
|||
|
|||
RE: Bezier Curves
Bezier curves V0.1 allows the points on a Bezier curve to be generated and drawn.
Code:
Quadratic Bezier and Cubic Bezier are implemented, but Polybeziers are not yet implemented. Stephen Lewkowicz (G1CMZ) https://my.numworks.com/python/steveg1cmz |
|||
01-16-2018, 11:13 PM
Post: #3
|
|||
|
|||
RE: Bézier Curves (Bezier curves)
Oh memories!
I learned about Bezier curves about 10 years ago, I used them as a rough approximation of the catenary curve, to draw some wires in a game. Later on I used polybeziers and splines in other projects Software Failure: Guru Meditation -- Antonio IU2KIY |
|||
01-17-2018, 03:14 PM
Post: #4
|
|||
|
|||
RE: Bézier Curves (Bezier curves)
When I saw how quickly I got a reply, I was expecting to see "why didn't you use this built-in function?" but I didn't find one.
I know I studied Bezier and splines but I have forgotten most of that and I can't recall ever needing them. Stephen Lewkowicz (G1CMZ) https://my.numworks.com/python/steveg1cmz |
|||
03-16-2021, 11:16 PM
(This post was last modified: 03-16-2021 11:20 PM by StephenG1CMZ.)
Post: #5
|
|||
|
|||
RE: Bézier Curves (Bezier curves)
This thread discusses plotting Bezier curves using the plotparam built-in and Parametric App (as
Possible alternative to using this PPL program). https://www.hpmuseum.org/forum/thread-16...ght=Bezier Note: If my program gives a syntax error on a line containing "space)", just delete the space character. Stephen Lewkowicz (G1CMZ) https://my.numworks.com/python/steveg1cmz |
|||
08-02-2023, 09:01 AM
(This post was last modified: 08-02-2023 09:14 PM by StephenG1CMZ.)
Post: #6
|
|||
|
|||
RE: Bézier Curves (Bezier curves)
I have now written a Python implementation (intended for matplotlib).
https://my.numworks.com/python/steveg1cmz Stephen Lewkowicz (G1CMZ) https://my.numworks.com/python/steveg1cmz |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)