summaryrefslogtreecommitdiff
path: root/doc/sims/geometry$content.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/sims/geometry$content.html')
-rw-r--r--doc/sims/geometry$content.html111
1 files changed, 111 insertions, 0 deletions
diff --git a/doc/sims/geometry$content.html b/doc/sims/geometry$content.html
new file mode 100644
index 0000000..e3cf2bb
--- /dev/null
+++ b/doc/sims/geometry$content.html
@@ -0,0 +1,111 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html>
+ <head><title>All classes and objects in sims.geometry</title>
+ <meta http-equiv="content-type" content="text/html; charset=UTF8"></meta><meta content="scaladoc (version 2.7.5.final)" name="generator"></meta><link href="../style.css" type="text/css" rel="stylesheet"></link><script type="text/javascript" src="../script.js"></script>
+ </head>
+ <body onload="init()"><div class="page-title"><div>Simple Mechanics Simulator (SiMS) API</div></div><p><div>This document is the API specification for SiMS</div></p><table summary="" cellpadding="3" class="member">
+ <tr><td class="title" colspan="2">Class Summary</td></tr>
+ <tr>
+ <td class="modifiers" valign="top">
+ <code> trait</code>
+ </td>
+ <td class="signature">
+ <em><a href="../sims/geometry/ConvexPolygon.html" target="_self">ConvexPolygon</a></em>
+ <code> extends </code><a href="http://www.scala-lang.org/docu/files/api/scala/AnyRef.html" target="_self">AnyRef</a>
+
+ <div>Gemeinsame Eigenschaften aller konvexen Polygone.</div>
+ </td>
+ </tr>
+<tr>
+ <td class="modifiers" valign="top">
+ <code>case class</code>
+ </td>
+ <td class="signature">
+ <em><a href="../sims/geometry/Projection.html" target="_self">Projection</a></em>
+ (<code>val </code><em>axis</em> : <a href="../sims/geometry/Vector2D.html" target="_self">Vector2D</a>, <code>val </code><em>lower</em> : <a href="http://www.scala-lang.org/docu/files/api/scala/Double.html" target="_self">Double</a>, <code>val </code><em>upper</em> : <a href="http://www.scala-lang.org/docu/files/api/scala/Double.html" target="_self">Double</a>)<code> extends </code><a href="" target="contentFrame" class="scala/Product">scala.Product</a>
+
+ <div>Projektion auf eine Achse.</div>
+ </td>
+ </tr>
+<tr>
+ <td class="modifiers" valign="top">
+ <code>case class</code>
+ </td>
+ <td class="signature">
+ <em><a href="../sims/geometry/Ray.html" target="_self">Ray</a></em>
+ (<code>val </code><em>point</em> : <a href="../sims/geometry/Vector2D.html" target="_self">Vector2D</a>, <code>val </code><em>direction</em> : <a href="../sims/geometry/Vector2D.html" target="_self">Vector2D</a>)<code> extends </code><a href="" target="contentFrame" class="scala/Product">scala.Product</a>
+
+ <div>Eine Halbgerade wird definiert durch:</div>
+ </td>
+ </tr>
+<tr>
+ <td class="modifiers" valign="top">
+ <code>case class</code>
+ </td>
+ <td class="signature">
+ <em><a href="../sims/geometry/Segment.html" target="_self">Segment</a></em>
+ (<code>val </code><em>vertex1</em> : <a href="../sims/geometry/Vector2D.html" target="_self">Vector2D</a>, <code>val </code><em>vertex2</em> : <a href="../sims/geometry/Vector2D.html" target="_self">Vector2D</a>)<code> extends </code><a href="" target="contentFrame" class="scala/Product">scala.Product</a>
+
+ <div>Ein Segment wird durch seine beiden Extrempunkte gegeben.</div>
+ </td>
+ </tr>
+<tr>
+ <td class="modifiers" valign="top">
+ <code>case class</code>
+ </td>
+ <td class="signature">
+ <em><a href="../sims/geometry/Vector2D.html" target="_self">Vector2D</a></em>
+ (<code>val </code><em>x</em> : <a href="http://www.scala-lang.org/docu/files/api/scala/Double.html" target="_self">Double</a>, <code>val </code><em>y</em> : <a href="http://www.scala-lang.org/docu/files/api/scala/Double.html" target="_self">Double</a>)<code> extends </code><a href="" target="contentFrame" class="scala/Product">scala.Product</a>
+
+ <div>Ein 2-dimensionaler Vektor.</div>
+ </td>
+ </tr>
+ </table>
+<table summary="" cellpadding="3" class="member">
+ <tr><td class="title" colspan="2">Object Summary</td></tr>
+ <tr>
+ <td class="modifiers" valign="top">
+ <code> object</code>
+ </td>
+ <td class="signature">
+ <em><a href="../sims/geometry/Projection$object.html" target="_self">Projection</a></em>
+ <code> extends </code>(<a href="../sims/geometry/Vector2D.html" target="_self">Vector2D</a>, <a href="http://www.scala-lang.org/docu/files/api/scala/Double.html" target="_self">Double</a>, <a href="http://www.scala-lang.org/docu/files/api/scala/Double.html" target="_self">Double</a>) =&gt; <a href="../sims/geometry/Projection.html" target="_self">Projection</a>
+
+
+ </td>
+ </tr>
+<tr>
+ <td class="modifiers" valign="top">
+ <code> object</code>
+ </td>
+ <td class="signature">
+ <em><a href="../sims/geometry/Ray$object.html" target="_self">Ray</a></em>
+ <code> extends </code>(<a href="../sims/geometry/Vector2D.html" target="_self">Vector2D</a>, <a href="../sims/geometry/Vector2D.html" target="_self">Vector2D</a>) =&gt; <a href="../sims/geometry/Ray.html" target="_self">Ray</a>
+
+
+ </td>
+ </tr>
+<tr>
+ <td class="modifiers" valign="top">
+ <code> object</code>
+ </td>
+ <td class="signature">
+ <em><a href="../sims/geometry/Segment$object.html" target="_self">Segment</a></em>
+ <code> extends </code>(<a href="../sims/geometry/Vector2D.html" target="_self">Vector2D</a>, <a href="../sims/geometry/Vector2D.html" target="_self">Vector2D</a>) =&gt; <a href="../sims/geometry/Segment.html" target="_self">Segment</a>
+
+
+ </td>
+ </tr>
+<tr>
+ <td class="modifiers" valign="top">
+ <code> object</code>
+ </td>
+ <td class="signature">
+ <em><a href="../sims/geometry/Vector2D$object.html" target="_self">Vector2D</a></em>
+ <code> extends </code><a href="http://www.scala-lang.org/docu/files/api/scala/AnyRef.html" target="_self">AnyRef</a>
+
+ <div>Dieses Objekt enthaelt spezielle Vektoren.</div>
+ </td>
+ </tr>
+ </table></body>
+ </html> \ No newline at end of file