C# 클래스 KBS2.MathUtil

파일 보기 프로젝트 열기: Railec/SE1cKBS2

공개 메소드들

메소드 설명
DistPointFromLine ( PointF a, PointF b, PointF p ) : double
DistPoints2 ( PointF a, PointF b ) : double

메소드 상세

DistPointFromLine() 공개 정적인 메소드

public static DistPointFromLine ( PointF a, PointF b, PointF p ) : double
a System.Drawing.PointF
b System.Drawing.PointF
p System.Drawing.PointF
리턴 double

DistPoints2() 공개 정적인 메소드

public static DistPoints2 ( PointF a, PointF b ) : double
a System.Drawing.PointF
b System.Drawing.PointF
리턴 double