summaryrefslogtreecommitdiff
path: root/doc/sims/util/Positioning$object.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/sims/util/Positioning$object.html')
-rw-r--r--doc/sims/util/Positioning$object.html201
1 files changed, 0 insertions, 201 deletions
diff --git a/doc/sims/util/Positioning$object.html b/doc/sims/util/Positioning$object.html
deleted file mode 100644
index 3a9b6c0..0000000
--- a/doc/sims/util/Positioning$object.html
+++ /dev/null
@@ -1,201 +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>object Positioning in sims.util</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()">
- <table summary="" class="navigation">
- <tr>
- <td class="navigation-links" valign="top">
- <!-- <table><tr></tr></table> -->
- </td>
- <td align="right" valign="top" style="white-space:nowrap;" rowspan="2">
- <div class="doctitle-larger">SiMS</div>
- </td>
- </tr>
- <tr><td></td></tr>
- </table>
-
- <div class="entity">
- <a href="../../sims/util$package.html" target="_self">sims.util</a>
- <br></br>
- <span class="entity">object Positioning</span>
- </div><hr></hr>
- <div class="source">
- [source: <a href="" class="sims/util/Positioning"><code>sims/util/Positioning.scala</code></a>]
- </div><hr></hr>
- <a name="Positioning"></a><dl>
- <dt>
-
- <code></code>
- <code>object</code>
- <em>Positioning</em>
- </dt>
- <dd><code> extends </code><a href="http://www.scala-lang.org/docu/files/api/scala/AnyRef.html" target="_self">AnyRef</a></dd>
- </dl>
- <dl><dd>Utility functions for comfortable positioning of bodies.</dd></dl>
- <dl></dl>
-
-
-
-
-<table summary="" cellpadding="3" class="member">
- <tr><td class="title" colspan="2">Method Summary</td></tr>
- <tr>
- <td class="modifiers" valign="top">
- <code>implicit def</code>
- </td>
- <td class="signature">
- <em><a href="../../sims/util/Positioning$object.html#double2RelativeVector%28Double%29" target="_self">double2RelativeVector</a></em>
- (<em>x</em> : <a href="http://www.scala-lang.org/docu/files/api/scala/Double.html" target="_self">Double</a>) : <a href="../../sims/util/RelativeVector.html" target="_self">RelativeVector</a>
-
-
- </td>
- </tr>
-<tr>
- <td class="modifiers" valign="top">
- <code>implicit def</code>
- </td>
- <td class="signature">
- <em><a href="../../sims/util/Positioning$object.html#int2RelativeVector%28Int%29" target="_self">int2RelativeVector</a></em>
- (<em>x</em> : <a href="http://www.scala-lang.org/docu/files/api/scala/Int.html" target="_self">Int</a>) : <a href="../../sims/util/RelativeVector.html" target="_self">RelativeVector</a>
-
-
- </td>
- </tr>
-<tr>
- <td class="modifiers" valign="top">
- <code>implicit def</code>
- </td>
- <td class="signature">
- <em><a href="../../sims/util/Positioning$object.html#polar2Carthesian%28sims.util.Polar%29" target="_self">polar2Carthesian</a></em>
- (<em>p</em> : <a href="../../sims/util/Polar.html" target="_self">Polar</a>) : <a href="../../sims/geometry/Vector2D.html" target="_self">Vector2D</a>
-
-
- </td>
- </tr>
-<tr>
- <td class="modifiers" valign="top">
- <code>implicit def</code>
- </td>
- <td class="signature">
- <em><a href="../../sims/util/Positioning$object.html#polar2RelativeVector%28sims.util.Polar%29" target="_self">polar2RelativeVector</a></em>
- (<em>p</em> : <a href="../../sims/util/Polar.html" target="_self">Polar</a>) : <a href="../../sims/util/RelativeVector.html" target="_self">RelativeVector</a>
-
-
- </td>
- </tr>
-<tr>
- <td class="modifiers" valign="top">
- <code> def</code>
- </td>
- <td class="signature">
- <em><a href="../../sims/util/Positioning$object.html#position%28sims.dynamics.Shape%29" target="_self">position</a></em>
- (<em>s</em> : <a href="../../sims/dynamics/Shape.html" target="_self">Shape</a>)(<em>a</em> : <a href="../../sims/geometry/Vector2D.html" target="_self">Vector2D</a>) : <a href="http://www.scala-lang.org/docu/files/api/scala/Unit.html" target="_self">Unit</a>
-
-
- </td>
- </tr>
-<tr>
- <td class="modifiers" valign="top">
- <code>implicit def</code>
- </td>
- <td class="signature">
- <em><a href="../../sims/util/Positioning$object.html#vector2RelativeVector%28sims.geometry.Vector2D%29" target="_self">vector2RelativeVector</a></em>
- (<em>v</em> : <a href="../../sims/geometry/Vector2D.html" target="_self">Vector2D</a>) : <a href="../../sims/util/RelativeVector.html" target="_self">RelativeVector</a>
-
-
- </td>
- </tr>
- </table><table summary="" cellpadding="3" class="inherited">
- <tr><td class="title" colspan="2">
- Methods inherited from <a href="http://www.scala-lang.org/docu/files/api/scala/AnyRef.html" target="_self">AnyRef</a>
- </td></tr>
- <tr><td class="signature" colspan="2">
- <a href="http://www.scala-lang.org/docu/files/api/scala/AnyRef.html#getClass%28%29" target="_self">getClass</a>, <a href="http://www.scala-lang.org/docu/files/api/scala/AnyRef.html#hashCode%28%29" target="_self">hashCode</a>, <a href="http://www.scala-lang.org/docu/files/api/scala/AnyRef.html#equals%28Any%29" target="_self">equals</a>, <a href="http://www.scala-lang.org/docu/files/api/scala/AnyRef.html#clone%28%29" target="_self">clone</a>, <a href="http://www.scala-lang.org/docu/files/api/scala/AnyRef.html#toString%28%29" target="_self">toString</a>, <a href="http://www.scala-lang.org/docu/files/api/scala/AnyRef.html#notify%28%29" target="_self">notify</a>, <a href="http://www.scala-lang.org/docu/files/api/scala/AnyRef.html#notifyAll%28%29" target="_self">notifyAll</a>, <a href="http://www.scala-lang.org/docu/files/api/scala/AnyRef.html#wait%28Long%29" target="_self">wait</a>, <a href="http://www.scala-lang.org/docu/files/api/scala/AnyRef.html#wait%28Long%2CInt%29" target="_self">wait</a>, <a href="http://www.scala-lang.org/docu/files/api/scala/AnyRef.html#wait%28%29" target="_self">wait</a>, <a href="http://www.scala-lang.org/docu/files/api/scala/AnyRef.html#finalize%28%29" target="_self">finalize</a>, <a href="http://www.scala-lang.org/docu/files/api/scala/AnyRef.html#%3D%3D%28AnyRef%29" target="_self">==</a>, <a href="http://www.scala-lang.org/docu/files/api/scala/AnyRef.html#%21%3D%28AnyRef%29" target="_self">!=</a>, <a href="http://www.scala-lang.org/docu/files/api/scala/AnyRef.html#eq%28AnyRef%29" target="_self">eq</a>, <a href="http://www.scala-lang.org/docu/files/api/scala/AnyRef.html#ne%28AnyRef%29" target="_self">ne</a>, <a href="http://www.scala-lang.org/docu/files/api/scala/AnyRef.html#synchronized%28T0%29" target="_self">synchronized</a>
- </td></tr>
- </table><table summary="" cellpadding="3" class="inherited">
- <tr><td class="title" colspan="2">
- Methods inherited from <a href="http://www.scala-lang.org/docu/files/api/scala/Any.html" target="_self">Any</a>
- </td></tr>
- <tr><td class="signature" colspan="2">
- <a href="http://www.scala-lang.org/docu/files/api/scala/Any.html#%3D%3D%28Any%29" target="_self">==</a>, <a href="http://www.scala-lang.org/docu/files/api/scala/Any.html#%21%3D%28Any%29" target="_self">!=</a>, <a href="http://www.scala-lang.org/docu/files/api/scala/Any.html#isInstanceOf" target="_self">isInstanceOf</a>, <a href="http://www.scala-lang.org/docu/files/api/scala/Any.html#asInstanceOf" target="_self">asInstanceOf</a>
- </td></tr>
- </table>
-
-
-
-
-
-<table summary="" cellpadding="3" class="member-detail">
- <tr><td class="title">Method Details</td></tr>
- </table><div><a name="int2RelativeVector%28Int%29"></a><dl>
- <dt>
-
- <code>implicit</code>
- <code>def</code>
- <em>int2RelativeVector</em>(<em>x</em> : <a href="http://www.scala-lang.org/docu/files/api/scala/Int.html" target="_self">Int</a>) : <a href="../../sims/util/RelativeVector.html" target="_self">RelativeVector</a>
- </dt>
- <dd></dd>
- </dl><hr></hr>
-<a name="double2RelativeVector%28Double%29"></a><dl>
- <dt>
-
- <code>implicit</code>
- <code>def</code>
- <em>double2RelativeVector</em>(<em>x</em> : <a href="http://www.scala-lang.org/docu/files/api/scala/Double.html" target="_self">Double</a>) : <a href="../../sims/util/RelativeVector.html" target="_self">RelativeVector</a>
- </dt>
- <dd></dd>
- </dl><hr></hr>
-<a name="vector2RelativeVector%28sims.geometry.Vector2D%29"></a><dl>
- <dt>
-
- <code>implicit</code>
- <code>def</code>
- <em>vector2RelativeVector</em>(<em>v</em> : <a href="../../sims/geometry/Vector2D.html" target="_self">Vector2D</a>) : <a href="../../sims/util/RelativeVector.html" target="_self">RelativeVector</a>
- </dt>
- <dd></dd>
- </dl><hr></hr>
-<a name="polar2Carthesian%28sims.util.Polar%29"></a><dl>
- <dt>
-
- <code>implicit</code>
- <code>def</code>
- <em>polar2Carthesian</em>(<em>p</em> : <a href="../../sims/util/Polar.html" target="_self">Polar</a>) : <a href="../../sims/geometry/Vector2D.html" target="_self">Vector2D</a>
- </dt>
- <dd></dd>
- </dl><hr></hr>
-<a name="polar2RelativeVector%28sims.util.Polar%29"></a><dl>
- <dt>
-
- <code>implicit</code>
- <code>def</code>
- <em>polar2RelativeVector</em>(<em>p</em> : <a href="../../sims/util/Polar.html" target="_self">Polar</a>) : <a href="../../sims/util/RelativeVector.html" target="_self">RelativeVector</a>
- </dt>
- <dd></dd>
- </dl><hr></hr>
-<a name="position%28sims.dynamics.Shape%29"></a><dl>
- <dt>
-
- <code></code>
- <code>def</code>
- <em>position</em>(<em>s</em> : <a href="../../sims/dynamics/Shape.html" target="_self">Shape</a>)(<em>a</em> : <a href="../../sims/geometry/Vector2D.html" target="_self">Vector2D</a>) : <a href="http://www.scala-lang.org/docu/files/api/scala/Unit.html" target="_self">Unit</a>
- </dt>
- <dd></dd>
- </dl><hr></hr></div>
-
-
- <hr></hr>
- <table summary="" class="navigation">
- <tr>
- <td class="navigation-links" valign="top">
- <!-- <table><tr></tr></table> -->
- </td>
- <td align="right" valign="top" style="white-space:nowrap;" rowspan="2">
- <div class="doctitle-larger">SiMS</div>
- </td>
- </tr>
- <tr><td></td></tr>
- </table>
- </body>
- </html> \ No newline at end of file