<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="de">
	<id>https://wiki-de.moshellshocker.dns64.de/index.php?action=history&amp;feed=atom&amp;title=Sichtbarkeitspolygon</id>
	<title>Sichtbarkeitspolygon - Versionsgeschichte</title>
	<link rel="self" type="application/atom+xml" href="https://wiki-de.moshellshocker.dns64.de/index.php?action=history&amp;feed=atom&amp;title=Sichtbarkeitspolygon"/>
	<link rel="alternate" type="text/html" href="https://wiki-de.moshellshocker.dns64.de/index.php?title=Sichtbarkeitspolygon&amp;action=history"/>
	<updated>2026-06-08T20:59:39Z</updated>
	<subtitle>Versionsgeschichte dieser Seite in Wikipedia (Deutsch) – Lokale Kopie</subtitle>
	<generator>MediaWiki 1.43.8</generator>
	<entry>
		<id>https://wiki-de.moshellshocker.dns64.de/index.php?title=Sichtbarkeitspolygon&amp;diff=1768623&amp;oldid=prev</id>
		<title>imported&gt;Terzverwandt: Halbgeviertstriche</title>
		<link rel="alternate" type="text/html" href="https://wiki-de.moshellshocker.dns64.de/index.php?title=Sichtbarkeitspolygon&amp;diff=1768623&amp;oldid=prev"/>
		<updated>2020-11-16T18:41:37Z</updated>

		<summary type="html">&lt;p&gt;Halbgeviertstriche&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Neue Seite&lt;/b&gt;&lt;/p&gt;&lt;div&gt;[[Datei:Sichtbarkeits Polygon.svg|mini|Sichtbarkeitspolygon vis(p) in Rot eines Polygons]]&lt;br /&gt;
Das &amp;#039;&amp;#039;&amp;#039;Sichtbarkeitspolygon &amp;lt;math&amp;gt;vis(p)&amp;lt;/math&amp;gt;&amp;#039;&amp;#039;&amp;#039; eines &amp;#039;&amp;#039;[[Punkt (Geometrie)|Punktes]]&amp;#039;&amp;#039; &amp;lt;math&amp;gt;p&amp;lt;/math&amp;gt; ist ein Objekt des &amp;lt;math&amp;gt;\R^2&amp;lt;/math&amp;gt; und ist derjenige Teil des Inneren eines einfachen &amp;#039;&amp;#039;[[Polygon]]s&amp;#039;&amp;#039; &amp;lt;math&amp;gt;P&amp;lt;/math&amp;gt;, der vom Punkt &amp;lt;math&amp;gt;p&amp;lt;/math&amp;gt; aus sichtbar ist.&lt;br /&gt;
&lt;br /&gt;
Es findet beispielsweise Anwendung bei [[Pathfinding|Wegfindungsalgorithmen]] in der [[Robotik]].&lt;br /&gt;
&lt;br /&gt;
== Algorithmus zur Bestimmung  ==&lt;br /&gt;
Zur Bestimmung von &amp;lt;math&amp;gt;vis(p)&amp;lt;/math&amp;gt; wird als erstes ein willkürlich gewählter [[Punkt (Geometrie)|Punkt]] &amp;lt;math&amp;gt;R_0&amp;lt;/math&amp;gt; auf &amp;lt;math&amp;gt;\partial P&amp;lt;/math&amp;gt; (&amp;#039;&amp;#039;Rand des Polygons &amp;lt;math&amp;gt;P&amp;lt;/math&amp;gt;&amp;#039;&amp;#039;) bestimmt, der mit Sicherheit von &amp;lt;math&amp;gt;p&amp;lt;/math&amp;gt; aus sichtbar ist. Dies ist in der [[Landau-Symbole|Laufzeit]] &amp;lt;math&amp;gt;\mathcal{O}(n)&amp;lt;/math&amp;gt; möglich. Jetzt wird von &amp;lt;math&amp;gt;R_0&amp;lt;/math&amp;gt; aus &amp;lt;math&amp;gt;P&amp;lt;/math&amp;gt; gegen den Uhrzeigersinn durchlaufen.&lt;br /&gt;
In einem [[Stapelspeicher]] &amp;lt;math&amp;gt;S&amp;lt;/math&amp;gt; werden dabei die schon besuchten Stücke des &amp;lt;math&amp;gt;\partial P&amp;lt;/math&amp;gt; gespeichert, welche möglicherweise von &amp;lt;math&amp;gt;p&amp;lt;/math&amp;gt; aus sichtbar sind.&lt;br /&gt;
&lt;br /&gt;
Wenn der Scan wieder bei &amp;lt;math&amp;gt;R_0&amp;lt;/math&amp;gt; angekommen ist, enthält S &amp;#039;&amp;#039;genau&amp;#039;&amp;#039; die von &amp;lt;math&amp;gt;p&amp;lt;/math&amp;gt; aus sichtbaren Teile von &amp;lt;math&amp;gt;\partial P&amp;lt;/math&amp;gt;. Jetzt müssen noch künstliche Kanten in &amp;lt;math&amp;gt;S&amp;lt;/math&amp;gt; eingefügt werden, damit das &amp;#039;&amp;#039;Sichtbarkeitspolygon&amp;#039;&amp;#039; geschlossen ist.&lt;br /&gt;
&lt;br /&gt;
Dieser Algorithmus bestimmt das Sichtbarkeitspolygon mit linearer Laufzeit &amp;lt;math&amp;gt;\mathcal{O}(n)&amp;lt;/math&amp;gt; und linearem Speicherplatz &amp;lt;math&amp;gt;\mathcal{O}(n)&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
== Siehe auch ==&lt;br /&gt;
* [[Sichtbarkeitsproblem]]&lt;br /&gt;
&lt;br /&gt;
== Literatur ==&lt;br /&gt;
* Rolf Klein: &amp;#039;&amp;#039;Konstruktion des Sichtbarkeitspolygons&amp;#039;&amp;#039; in &amp;#039;&amp;#039;Algorithmische Geometrie.&amp;#039;&amp;#039; Springer Verlag Berlin Heidelberg München 2005, ISBN 3540209565, S. 182–184.&lt;br /&gt;
&lt;br /&gt;
== Weblinks ==&lt;br /&gt;
* [http://www.geometrylab.de/applet-5-de#VisPolygon2Applet Berechnung des Sichtbarkeitspolygons] – Interaktives Java-Applet&lt;br /&gt;
&lt;br /&gt;
[[Kategorie:Algorithmische Geometrie]]&lt;br /&gt;
[[Kategorie:Robotik]]&lt;/div&gt;</summary>
		<author><name>imported&gt;Terzverwandt</name></author>
	</entry>
</feed>