1
1
Fork 0
mirror of https://github.com/DualBrain/QB64.git synced 2023-11-19 13:10:13 +00:00
QB64-website/samples/curve.md
2022-12-26 14:41:23 -06:00

728 B

HomeNewsGitHubWikiSamplesInFormGXQBjsCommunityMore...

SAMPLES: CURVE

Curve Approximator

🐝 Vince 🔗 curve, bezier

Curve Approximator by Vince.

Curve Smoother

🐝 STxAxTIC 🐝 Fellippe Heitor 🔗 curve, interpolation

This program demonstrates (i) linear interpolation to create a curve between points, (ii) a relax...