summaryrefslogtreecommitdiff
path: root/doc/sims/collision$content.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/sims/collision$content.html')
-rw-r--r--doc/sims/collision$content.html190
1 files changed, 0 insertions, 190 deletions
diff --git a/doc/sims/collision$content.html b/doc/sims/collision$content.html
deleted file mode 100644
index 1aa99c6..0000000
--- a/doc/sims/collision$content.html
+++ /dev/null
@@ -1,190 +0,0 @@
-<!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.collision</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>case class</code>
- </td>
- <td class="signature">
- <em><a href="../sims/collision/AABB.html" target="_self">AABB</a></em>
- (<code>val </code><em>minVertex</em> : <a href="../sims/geometry/Vector2D.html" target="_self">Vector2D</a>, <code>val </code><em>maxVertex</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>Axis Aligned Bounding Boxes (AABBs) are rectangles that frame a shape.
- Their X-Axis and Y-Axis orientation makes it easy to test two AABBs for overlap.</div>
- </td>
- </tr>
-<tr>
- <td class="modifiers" valign="top">
- <code>case class</code>
- </td>
- <td class="signature">
- <em><a href="../sims/collision/CircleCollision.html" target="_self">CircleCollision</a></em>
- (<code>val </code><em>c1</em> : <a href="../sims/dynamics/Circle.html" target="_self">Circle</a>, <code>val </code><em>c2</em> : <a href="../sims/dynamics/Circle.html" target="_self">Circle</a>)<code> extends </code><a href="../sims/collision/Collision.html" target="_self">Collision</a><code> with </code><a href="" target="contentFrame" class="scala/Product">scala.Product</a>
-
- <div>Collision between two circles.</div>
- </td>
- </tr>
-<tr>
- <td class="modifiers" valign="top">
- <code>abstract class</code>
- </td>
- <td class="signature">
- <em><a href="../sims/collision/Collision.html" target="_self">Collision</a></em>
- <code> extends </code><a href="../sims/dynamics/Constraint.html" target="_self">Constraint</a><code> with </code><a href="http://www.scala-lang.org/docu/files/api/scala/AnyRef.html" target="_self">AnyRef</a>
-
- <div>Collision between two shapes. Contains methods to compute the collision response.</div>
- </td>
- </tr>
-<tr>
- <td class="modifiers" valign="top">
- <code>abstract class</code>
- </td>
- <td class="signature">
- <em><a href="../sims/collision/Detector.html" target="_self">Detector</a></em>
- <code> extends </code><a href="http://www.scala-lang.org/docu/files/api/scala/AnyRef.html" target="_self">AnyRef</a>
-
- <div>A world detects its collisions through concrete implementations of this class.</div>
- </td>
- </tr>
-<tr>
- <td class="modifiers" valign="top">
- <code> class</code>
- </td>
- <td class="signature">
- <em><a href="../sims/collision/GridDetector.html" target="_self">GridDetector</a></em>
- (<code>val override </code><em>world</em> : <a href="../sims/dynamics/World.html" target="_self">World</a>)<code> extends </code><a href="../sims/collision/Detector.html" target="_self">Detector</a>
-
- <div>A conrete implementation of <code>Detector</code>. <code>GridDetector</code> divides the world into a grid
- for faster collision detection.</div>
- </td>
- </tr>
-<tr>
- <td class="modifiers" valign="top">
- <code>case class</code>
- </td>
- <td class="signature">
- <em><a href="../sims/collision/Overlap.html" target="_self">Overlap</a></em>
- (<code>val </code><em>poly</em> : <a href="../sims/geometry/ConvexPolygon.html" target="_self">ConvexPolygon</a>, <code>val </code><em>sideNum</em> : <a href="http://www.scala-lang.org/docu/files/api/scala/Int.html" target="_self">Int</a>, <code>val </code><em>overlap</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>
-
-
- </td>
- </tr>
-<tr>
- <td class="modifiers" valign="top">
- <code>case class</code>
- </td>
- <td class="signature">
- <em><a href="../sims/collision/Pair.html" target="_self">Pair</a></em>
- (<code>val </code><em>s1</em> : <a href="../sims/dynamics/Shape.html" target="_self">Shape</a>, <code>val </code><em>s2</em> : <a href="../sims/dynamics/Shape.html" target="_self">Shape</a>)<code> extends </code>(<a href="../sims/dynamics/Shape.html" target="_self">Shape</a>, <a href="../sims/dynamics/Shape.html" target="_self">Shape</a>)
-
- <div>Pair of shapes.</div>
- </td>
- </tr>
-<tr>
- <td class="modifiers" valign="top">
- <code>case class</code>
- </td>
- <td class="signature">
- <em><a href="../sims/collision/PolyCircleCollision.html" target="_self">PolyCircleCollision</a></em>
- (<code>val </code><em>p</em> : <a href="../sims/geometry/ConvexPolygon.html" target="_self">ConvexPolygon</a>, <code>val </code><em>c</em> : <a href="../sims/dynamics/Circle.html" target="_self">Circle</a>)<code> extends </code><a href="../sims/collision/Collision.html" target="_self">Collision</a><code> with </code><a href="" target="contentFrame" class="scala/Product">scala.Product</a>
-
- <div>Collision between a convex polygon and a circle.</div>
- </td>
- </tr>
-<tr>
- <td class="modifiers" valign="top">
- <code>case class</code>
- </td>
- <td class="signature">
- <em><a href="../sims/collision/PolyCollision.html" target="_self">PolyCollision</a></em>
- (<code>val </code><em>p1</em> : <a href="../sims/geometry/ConvexPolygon.html" target="_self">ConvexPolygon</a>, <code>val </code><em>p2</em> : <a href="../sims/geometry/ConvexPolygon.html" target="_self">ConvexPolygon</a>)<code> extends </code><a href="../sims/collision/Collision.html" target="_self">Collision</a><code> with </code><a href="" target="contentFrame" class="scala/Product">scala.Product</a>
-
- <div>Collision between two convex polygons.</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/collision/AABB$object.html" target="_self">AABB</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/collision/AABB.html" target="_self">AABB</a>
-
-
- </td>
- </tr>
-<tr>
- <td class="modifiers" valign="top">
- <code> object</code>
- </td>
- <td class="signature">
- <em><a href="../sims/collision/CircleCollision$object.html" target="_self">CircleCollision</a></em>
- <code> extends </code>(<a href="../sims/dynamics/Circle.html" target="_self">Circle</a>, <a href="../sims/dynamics/Circle.html" target="_self">Circle</a>) =&gt; <a href="../sims/collision/CircleCollision.html" target="_self">CircleCollision</a>
-
-
- </td>
- </tr>
-<tr>
- <td class="modifiers" valign="top">
- <code> object</code>
- </td>
- <td class="signature">
- <em><a href="../sims/collision/Collision$object.html" target="_self">Collision</a></em>
- <code> extends </code><a href="http://www.scala-lang.org/docu/files/api/scala/AnyRef.html" target="_self">AnyRef</a>
-
-
- </td>
- </tr>
-<tr>
- <td class="modifiers" valign="top">
- <code> object</code>
- </td>
- <td class="signature">
- <em><a href="../sims/collision/Overlap$object.html" target="_self">Overlap</a></em>
- <code> extends </code>(<a href="../sims/geometry/ConvexPolygon.html" target="_self">ConvexPolygon</a>, <a href="http://www.scala-lang.org/docu/files/api/scala/Int.html" target="_self">Int</a>, <a href="http://www.scala-lang.org/docu/files/api/scala/Double.html" target="_self">Double</a>) =&gt; <a href="../sims/collision/Overlap.html" target="_self">Overlap</a>
-
-
- </td>
- </tr>
-<tr>
- <td class="modifiers" valign="top">
- <code> object</code>
- </td>
- <td class="signature">
- <em><a href="../sims/collision/Pair$object.html" target="_self">Pair</a></em>
- <code> extends </code>(<a href="../sims/dynamics/Shape.html" target="_self">Shape</a>, <a href="../sims/dynamics/Shape.html" target="_self">Shape</a>) =&gt; <a href="../sims/collision/Pair.html" target="_self">Pair</a>
-
-
- </td>
- </tr>
-<tr>
- <td class="modifiers" valign="top">
- <code> object</code>
- </td>
- <td class="signature">
- <em><a href="../sims/collision/PolyCircleCollision$object.html" target="_self">PolyCircleCollision</a></em>
- <code> extends </code>(<a href="../sims/geometry/ConvexPolygon.html" target="_self">ConvexPolygon</a>, <a href="../sims/dynamics/Circle.html" target="_self">Circle</a>) =&gt; <a href="../sims/collision/PolyCircleCollision.html" target="_self">PolyCircleCollision</a>
-
-
- </td>
- </tr>
-<tr>
- <td class="modifiers" valign="top">
- <code> object</code>
- </td>
- <td class="signature">
- <em><a href="../sims/collision/PolyCollision$object.html" target="_self">PolyCollision</a></em>
- <code> extends </code>(<a href="../sims/geometry/ConvexPolygon.html" target="_self">ConvexPolygon</a>, <a href="../sims/geometry/ConvexPolygon.html" target="_self">ConvexPolygon</a>) =&gt; <a href="../sims/collision/PolyCollision.html" target="_self">PolyCollision</a>
-
-
- </td>
- </tr>
- </table></body>
- </html> \ No newline at end of file