<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Überprüfen]]></title><description><![CDATA[<p>hallo.<br />
Gibt es irgendeine einfache Methode, um zu überprüfen, ob zwei Komponenten an irgendeiner Stelle aufeinander liegen?</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/154118/überprüfen</link><generator>RSS for Node</generator><lastBuildDate>Sun, 09 Aug 2026 12:03:08 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/154118.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 24 Jul 2006 15:23:40 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Überprüfen on Mon, 24 Jul 2006 15:23:40 GMT]]></title><description><![CDATA[<p>hallo.<br />
Gibt es irgendeine einfache Methode, um zu überprüfen, ob zwei Komponenten an irgendeiner Stelle aufeinander liegen?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1103261</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1103261</guid><dc:creator><![CDATA[Jakel]]></dc:creator><pubDate>Mon, 24 Jul 2006 15:23:40 GMT</pubDate></item><item><title><![CDATA[Reply to Überprüfen on Mon, 24 Jul 2006 15:39:41 GMT]]></title><description><![CDATA[<p>Die Eigenschaften Top,Left,Height und Width i.V.m.</p>
<p><a href="http://www.marquardtnet.info/cecke/quickies.1/1_quicky_41.html" rel="nofollow">http://www.marquardtnet.info/cecke/quickies.1/1_quicky_41.html</a></p>
<p>Siehe dort: IntersectRect</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1103274</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1103274</guid><dc:creator><![CDATA[Christian21111]]></dc:creator><pubDate>Mon, 24 Jul 2006 15:39:41 GMT</pubDate></item><item><title><![CDATA[Reply to Überprüfen on Wed, 26 Jul 2006 15:52:44 GMT]]></title><description><![CDATA[<p>Habs jetzt schon anders hingekriegt, nämlich so:</p>
<pre><code>if (kugel-&gt;Left + kugel-&gt;Width &gt; pl-&gt;Left &amp;&amp; kugel-&gt;Left &lt; pl-&gt;Left + pl-&gt;Width &amp;&amp; kugel-&gt;Top + kugel-&gt;Height &gt; pl-&gt;Top &amp;&amp; kugel-&gt;Top &lt; pl-&gt;Top + pl-&gt;Height &amp;&amp; tot == false)
</code></pre>
<p>trotzdem danke ^^</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1104729</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1104729</guid><dc:creator><![CDATA[Jakel]]></dc:creator><pubDate>Wed, 26 Jul 2006 15:52:44 GMT</pubDate></item></channel></rss>