High-Precision Bezier Curves
Cite As
Moreno, M. (2023). High-Precision Bezier Curves (https://www.mathworks.com/matlabcentral/fileexchange/109179-high-precision-bezier-curves), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Platform Compatibility
Windows macOS LinuxTags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
Version | Published | Release Notes | |
---|---|---|---|
6.0.5 | Multi-dimensional piece-wise size correction: ii = p * (a - 1) + 1 : p * a |
||
6.0.4 | Matrix form of composite curves for multi-threaded operation. Unequally-sized curve segments corrected via knot insertion. Correction of default piece-wise curve resolution |
||
6.0.3 | Optimised piece-wise processing: fastest processing and removal of final query knot interpolation through a 'dynamic' knot vector |
||
6.0.2 | Medium-sized problems: correction of linear indices in z(i, :) + u(:, i) |
||
6.0.1 | Piece-wise knot correction, faster binomial coefficients, optional parameter to parse binomial coefficient as input, better description text. |
||
6.0.0 | Support for piece-wise functions and speed boost for small cases using de casteljau's algorithm |
||
5.0.2 | Parse special cases: linear interpolation and single point |
||
5.0.1 | Speed increase at low and medium orders, and typo correction removing the end-values of 'x' in the logarithmic case |
||
5.0.0 | Operation optimisation via test function |
||
4.0.1 | Enhanced input checks |
||
4.0.0 | Figure change |
||
3.0.2 | Memory optimisation, faster initialisation, input checks and description text enhancement |
||
3.0.1 | End-point NaN corrections |
||
3.0.0 | Overflow free and exponentially-increased precision. |
||
2.0.1 | Exponent typo in vectorised calculation |
||
2.0.0 | More robust overflow handing and significant speed boost for medium-sized data sets |
||
1.0.3 | Overflow and saturation handling. Addition of test function |
||
1.0.2 | Single-point evaluation of 't' if the query value is non-natural. Enhancement of the description text |
||
1.0.1 | Enhancement of knot insertion algorithm and description texts |
||
1.0.0 |