rust/integral-geometry/src/lib.rs
2019-06-19 unc0rr Rework EquidistantPoints
2019-05-22 alfadur remove RangeContains in favor of standard contains
2019-03-27 alfadur actually atlas tests were also broken
2019-03-27 alfadur fix atlas.insert
2019-03-23 alfadur rescue the atlas
2019-01-17 alfadur make stuff const
2018-11-13 alfadur fix polygon closure
2018-11-13 alfadur 2018ize everything
2018-11-08 alfadur add some texture transforms
2018-11-07 alfadur save edges_count
2018-11-07 unC0Rr Fix some warnings here and there, remove unwelcomed code
2018-11-06 alfadur seems like about 25% speedup in land filling
2018-11-06 alfadur add more point operators
2018-11-06 alfadur pull land into collision detector
2018-11-06 alfadur fix tangents
2018-11-06 alfadur fix ray construction
2018-11-05 unc0rr Bezierize land outline
2018-11-05 unc0rr Implement BeizerCurveSegments, no tests
2018-11-05 alfadur collapse rectangle types back together with consistent usage of size
2018-11-05 alfadur separate rectangle types based on right/bottom edge inclusivity
2018-11-05 alfadur actually there is a way to preserve mutable polygon iterator
2018-11-05 alfadur fix polygons getting unclosed on mirroring
2018-11-05 alfadur organize landgen a bit more
2018-11-04 alfadur resolve some clippy complaints
2018-11-03 unc0rr - Add distance-divider option to land_dump
2018-11-03 alfadur polygonize OutlinePoints
2018-11-03 alfadur reorder split rectangles
2018-11-02 alfadur a bit more simplification
2018-11-02 alfadur swap coordinate system
2018-11-02 alfadur a bit of simplification
2018-11-02 alfadur add some more rectangle convenience methods
2018-11-02 alfadur add polygons
2018-11-02 alfadur add more rectangle methods
2018-11-02 alfadur component-wise division is actually useful sometimes
2018-11-02 unC0Rr Start convertion of FindPoint()
2018-11-02 unC0Rr - Add methods to work with Rect as box
2018-11-02 unC0Rr Refactor tests, add fn center() for Line
2018-11-02 unC0Rr Introduce OutlineSegmentsIterator, some refactoring
2018-11-01 alfadur start a physics engine to try out this data oriented thing everyone seems to be talking about
2018-11-01 alfadur update theme editor to use new land generator implementation
2018-10-31 alfadur merge
2018-10-31 unc0rr Implement OutlinePoints for land generators, some ground work for template based landgen
2018-10-30 alfadur extract size struct for common usage
2018-10-30 alfadur add circle filling to land2d
2018-10-20 unc0rr Add --protocol option to engine
2018-10-18 unc0rr Fix ArcPoints never finishing
2018-10-18 unc0rr Don't generate unnecessary duplication in case of equal coordinates
2018-10-18 unc0rr Add EquidistantPoints iterator to help iterating over all points of circles
2018-10-18 unc0rr Implement ArcPoints iterator for circles
2018-10-18 alfadur move point struct into integral-geometry and use it to refactor a bit
2018-10-17 unc0rr Improve test a bit
2018-10-17 unc0rr Introduce integral-geometry crate, implement LinePoints iterator
less more (0) tip