Method CalculateDistance
CalculateDistance(IPointD, IPointD)
2点間の距離を計算します。
Declaration
public static double CalculateDistance(IPointD startPoint, IPointD endPoint)
Parameters
Type | Name | Description |
---|---|---|
IPointD | startPoint | 始点 |
IPointD | endPoint | 終点 |
Returns
Type | Description |
---|---|
double | 2点間の距離 |