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