C# Class KBS2.MathUtil

Show file Open project: Railec/SE1cKBS2

Public Methods

Method Description
DistPointFromLine ( PointF a, PointF b, PointF p ) : double
DistPoints2 ( PointF a, PointF b ) : double

Method Details

DistPointFromLine() public static method

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

DistPoints2() public static method

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