class Force{ public float x; public float y; Force(float fx, float fy){ x=fx; y=fy; } }