]> gerrit.simantics Code Review - simantics/platform.git/blob - bundles/org.simantics.debug.graphical/src/org/simantics/debug/graphical/layout/Particle.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.debug.graphical / src / org / simantics / debug / graphical / layout / Particle.java
1 package org.simantics.debug.graphical.layout;
2
3 public class Particle {
4     double x;
5     double y;
6     double fx;
7     double fy;
8 }