Difference between revisions of "Script:Bézier curves"
From Spherical
(created) |
(No difference)
|
Revision as of 20:11, 16 March 2013
Bézier curves is a custom script written by NeoLogiX. It is a script that ultimately takes four points and draws a Bézier curve. A later update which has not yet been posted stores the points on the line into a sorted array for future use, i.e. a curved path to make an object travel.
Contents
Download and Usage
Getting Started
The source code to generate the curve is at the bottom of this page. Simply copy and paste into the script file of your choice and include it.