/* * Graphyx * copyright (c) 2009 Jakob Odersky * made available under the MIT License */ package graphyx.graphics import sims.dynamics.joints._ trait GraphicalJoint extends GraphicalObject{ val real: Joint }