public static float getDistance(float x,float y,float x1, float y1)

{

return (float) Math.sqrt(Math.pow(Math.abs(x - x1),2)+ Math.pow(Math.abs(y - y1),2));

}



블로그 이미지

은호아빠

여행, 맛집, 일상, 프로그래밍, 개발자, 윈도우, 웹, jsp, spring, db, mysql, oracle, c#

,