TrigGetLineDistance(Single, Single, Single, Single) Method
Return the line distance between two points.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2414.4032
public static float GetLineDistance(
float x1,
float y1,
float x2,
float y2
)
Public Shared Function GetLineDistance (
x1 As Single,
y1 As Single,
x2 As Single,
y2 As Single
) As Single
No code example is currently available or this language may not be supported.
- x1 Single
-
First point x coordinate.
- y1 Single
-
First point y coordinate.
- x2 Single
-
Second point x coordinate.
- y2 Single
-
Second point y coordinate.
Single
Absolute distance between two points.