Download the PHP package nessworthy/decasteljau without Composer
On this page you can find all versions of the php package nessworthy/decasteljau. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download nessworthy/decasteljau
More information about nessworthy/decasteljau
Files in nessworthy/decasteljau
Download nessworthy/decasteljau
More information about nessworthy/decasteljau
Files in nessworthy/decasteljau
Vendor nessworthy
Package decasteljau
Short Description A stupid way of using De Casteljau's algorithm to calculate control points of a segment in a cubic bezier curve.
License WTFPL
Package decasteljau
Short Description A stupid way of using De Casteljau's algorithm to calculate control points of a segment in a cubic bezier curve.
License WTFPL
Please rate this library. Is it a good library?
Informations about the package decasteljau
Nessworthy / decasteljau
A stupid way of using De Casteljau's algorithm to calculate control points of a segment in a cubic bezier curve in PHP.
I used this a fair amount when trying to work out segments for SVG paths.
Requirements
- PHP 7
Installation
composer require nessworthy/decasteljau
Usage
The algorithm requires 6 pieces of information - the original 4 control points of your bezier curve, where you want to cut your segment, and how long you want your segment to be.
Example:
License
WTFPL - See LICENSE.md
All versions of decasteljau with dependencies
PHP Build Version
Package Version
No informations.
The package nessworthy/decasteljau contains the following files
Loading the files please wait ....