
<p>
Description for class <b>Spring</b>:
<blockquote>

		A Spring is used to create an elastic connection between two Real  objects.  Springs define only a connection between objects and are not  physical objects themselves.  Thus, <b>Springs can pass through each other  without colliding</b>.   <P> A number of paramters can be specified for springs.  The length parameter specifies the length of the spring when it is completely relaxed.  The  spring will always apply a force to attempt to expand or contract to the	 specified length.  The strength parameter specifies the amount of force that is applied to try to attain the spring's natural length.  Finally, the damping parameter specifies the friction or damping proportional to the spring's velocity. <P> If physical realism is important, springs should be used with caution. As the strength and damping constants of the spring increase, springs  can generate enormous forces that will cause numerical overflows or  other undesirable behavior.  Keep spring strength and damping constants as low as possible to avoid this behavior. <P> The Spring class is new as of version 2.1.
	
</blockquote>
</p>
<p>
Inherits from <b>Object</b>
</p>
<p>
Full API documentation for the class <b>Spring</b>:
<ul>
<li><a href="/documentation/steveclasses/Spring.html">steve language documentation</a></li>
<li><a href="/documentation/pythonclasses/Spring.html">Python language documentation</a></li>
</ul>
</p>
