From 9d20024aa35cd7f923ebfc1ed9a2ffbf2731da70 Mon Sep 17 00:00:00 2001 From: Jakob Odersky Date: Thu, 5 Nov 2009 21:02:40 +0000 Subject: Initial import. --- doc/sims/prefabs/Pylon.html | 272 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 272 insertions(+) create mode 100644 doc/sims/prefabs/Pylon.html (limited to 'doc/sims/prefabs/Pylon.html') diff --git a/doc/sims/prefabs/Pylon.html b/doc/sims/prefabs/Pylon.html new file mode 100644 index 0000000..cec9b30 --- /dev/null +++ b/doc/sims/prefabs/Pylon.html @@ -0,0 +1,272 @@ + + + class Pylon in sims.prefabs + + + + + + + + + + + +
+ sims.prefabs +

+ class Pylon +

+
+ [source: sims/prefabs/Pylon.scala] +

+
+
+ + + class + Pylon +
+
extends Prefab
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Value Summary
+ val + + beamHeight + : Double + + +
+ val + + beamNumber + : Int + + +
+ val + + beamWidth + : Double + + +
+ lazy val + + beams + : scala.List[DistanceJoint] + + +
+ override val + + bodies + : scala.List[Body] + + +
+ override val + + joints + : scala.List[DistanceJoint] + + +
+ val + + nodeDensity + : Double + + +
+ lazy val + + nodes + : scala.List[Body] + + +
+ val + + position + : Vector2D + + +
+ + + +
+ Methods inherited from AnyRef +
+ getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized +
+ + +
+ Methods inherited from Any +
+ ==, !=, isInstanceOf, asInstanceOf +
+ + + + + + +
Value Details
+
+ + + val + position : Vector2D +
+
+

+
+
+ + + val + nodeDensity : Double +
+
+

+
+
+ + + val + beamHeight : Double +
+
+

+
+
+ + + val + beamWidth : Double +
+
+

+
+
+ + + val + beamNumber : Int +
+
+

+
+
+ + + lazy val + nodes : scala.List[Body] +
+
+

+
+
+ + + lazy val + beams : scala.List[DistanceJoint] +
+
+

+
+
+ + override + val + bodies : scala.List[Body] +
+
+
+
+ Overrides +
+
+ Prefab.bodies +
+

+
+
+ + override + val + joints : scala.List[DistanceJoint] +
+
+
+
+ Overrides +
+
+ Prefab.joints +
+

+ + + +
+ + + + + + + + + \ No newline at end of file -- cgit v1.2.3