graphyx.gui

class GrabbedBody

[source: graphyx/gui/GrabbedBody.scala]

class GrabbedBody(b : Body, point : Vector2D)
extends AnyRef
Value Summary
val r : Vector2D
val wasFixed : Boolean
Method Summary
def body : Body
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 r : Vector2D

val wasFixed : Boolean

Method Details
def body : Body