rust/landgen/src/outline.rs
2018-11-13 alfadur 2018ize everything
2018-11-06 alfadur fix tangents
2018-11-06 alfadur fix ray construction
2018-11-05 unc0rr Bezierize land outline
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 merge
2018-11-05 alfadur organize landgen a bit more
2018-11-04 unc0rr - Fix land_dump always skipping bezierize step
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 unc0rr Implement non-overflowing calculations for high values
2018-11-03 unc0rr land_dump app for testing templated landgen
2018-11-03 alfadur probably should reuse it everywhere then
2018-11-03 alfadur should have been just norm
2018-11-03 unc0rr You cannot optimize integral division like this. You end up multiplying by 0, 1 or 2 instead of whole spectre of ratios.
2018-11-03 alfadur fix normal offset for split points and make directions more consistent
2018-11-03 alfadur simplify normal direction check for bounds distances
2018-11-03 alfadur import some clarity into border distance computation
2018-11-02 alfadur fix typos
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 typofix
2018-11-02 unc0rr Fix another typo
2018-11-02 unc0rr Fix typo
2018-11-02 unc0rr Finish porting FindPoint()
2018-11-02 alfadur fix some compile errors
2018-11-02 unc0rr Move flip and mirror to outline methods
2018-11-02 alfadur fix infinite loop in landgen
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-02 unC0Rr Rework lib structure, no code changes
2018-10-18 alfadur move point struct into integral-geometry and use it to refactor a bit
2018-10-15 unc0rr Make parameters meaning more obvious
2018-10-14 unc0rr Start work on landgen rust lib
less more (0) tip