<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to 14: mpFXYVector bug when vector is outside the bounding box</title><link>https://sourceforge.net/p/wxmathplot/bugs/14/</link><description>Recent changes to 14: mpFXYVector bug when vector is outside the bounding box</description><atom:link href="https://sourceforge.net/p/wxmathplot/bugs/14/feed.rss" rel="self"/><language>en</language><lastBuildDate>Fri, 13 Oct 2023 04:45:41 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/wxmathplot/bugs/14/feed.rss" rel="self" type="application/rss+xml"/><item><title>#14 mpFXYVector bug when vector is outside the bounding box</title><link>https://sourceforge.net/p/wxmathplot/bugs/14/?limit=25#c444</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Here is a possible patch to fix this issue.&lt;br/&gt;
Any segment is dropped if both end points are on the same side either of the top, the bottom, the left or the right.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">bouced</dc:creator><pubDate>Fri, 13 Oct 2023 04:45:41 -0000</pubDate><guid>https://sourceforge.netc94c912c707414da54a4e7798c9526126d8930b4</guid></item><item><title>#14 mpFXYVector bug when vector is outside the bounding box</title><link>https://sourceforge.net/p/wxmathplot/bugs/14/?limit=25#f02c</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;One solution is to remove the piece of code in charge of plotting only visible segments: lines 650 to 688 of mathplot.cpp@rev102 and just keep dc.DrawLine(x0, c0, x1, c1); and UpdateViewBoundary.&lt;br/&gt;
The drawback of this solution is that it will plot all segments even if they are not visible.&lt;/p&gt;
&lt;p&gt;I wonder if detecting the intersection between each segment and one of the window borders is very interesting because it requires a lot of computations as well.&lt;/p&gt;
&lt;p&gt;Which solution is the best?&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">bouced</dc:creator><pubDate>Sun, 08 Jan 2023 21:04:47 -0000</pubDate><guid>https://sourceforge.net6cdaf5a93122e6903fcfa6d61093c558efd58426</guid></item><item><title>mpFXYVector bug when vector is outside the bounding box</title><link>https://sourceforge.net/p/wxmathplot/bugs/14/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hello&lt;br/&gt;
I found a bug with FXY when some breakpoints are outside the window, the shape is distorted.&lt;br/&gt;
Please find attached an example code drawing a diamond shape that you can move out of bounds and see the problem.&lt;br/&gt;
I will try to fix this issue.&lt;br/&gt;
Bests&lt;br/&gt;
Cedric&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">bouced</dc:creator><pubDate>Thu, 05 Jan 2023 16:17:30 -0000</pubDate><guid>https://sourceforge.netaf6d3338c5052a5c08ddcffc294489797d7c96ba</guid></item></channel></rss>