]> gerrit.simantics Code Review - simantics/platform.git/blob - bundles/org.simantics.debug.graphical/src/org/simantics/debug/graphical/layout/Particle.java
Migrated source code from Simantics SVN
[simantics/platform.git] / bundles / org.simantics.debug.graphical / src / org / simantics / debug / graphical / layout / Particle.java
1 package org.simantics.debug.graphical.layout;\r
2 \r
3 public class Particle {\r
4     double x;\r
5     double y;\r
6     double fx;\r
7     double fy;\r
8 }\r