Sha256: 525e97436f109313d28f17557226dc03fb80612257604e035d5c5e8800cf0645
Contents?: true
Size: 1.67 KB
Versions: 1
Compression:
Stored size: 1.67 KB
Contents
= CHANGES == 0.0.3 (2008.02.17) === Content - just bug correction, optims and refactoring - quad tree implementation === Testing - test_interpolator - some minors other additions ==== Refactoring - implementing bezier length interpolator as quad tree => +60% perf sur sample( 50000 ) !!! - change order of list in interpolation ! now index before value (as nominal way of describing key,value pairs) == 0.0.2 (2008.02.10) === Content ==== New features - bezier curve !! ==== Refactoring - replace Vector extension (which was incoherent as some methods were specific 2D) by new 2D class V2D - Color no longer inherits from Vector - optimize bezier point computation - optimize sampling by using result "containers" (must be consolidated) - simplify Bezier builders, by defining new builders and removing previous builder versatility - refactor Style to be less SVG-mapped ==== Bug fixing - range examples correction, and added to unitary tests - Range .complement correction - Range split correction === TODO for 0.0.3 - unitary tests to be completed (generate them from doc ?) - Shape Line and Circle interfaces must be completed to fill Curve abstract interface. - mabe bezier tutorial == 0.0.1 (2008.02.02) === Content - First delivery. Contains utilitary classes (utils, samplable, interpolation, attributable), render, color, style, shape. - But no bezier yet. - Rakefile nearly ready. - Some unitary tests === TODO for 0.0.2 - unitary tests to be completed (generate them from doc ?) - Shape Line and Circle interfaces must be completed to fill Curve abstract interface. - add bezier services, and make bezier documentation (both rdoc and tutorials)
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
xrvg-0.0.3 | CHANGES |