Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / Point4D Class / Distance Method
First 4D point
Second 4D point

In This Topic
    Distance Method (Point4D)
    In This Topic
    Computes the 4D distance.
    Syntax
    'Declaration
     
    Public Shared Function Distance( _
       ByVal a As Point4D, _
       ByVal b As Point4D _
    ) As Double
    public static double Distance( 
       Point4D a,
       Point4D b
    )

    Parameters

    a
    First 4D point
    b
    Second 4D point

    Return Value

    The distance. The weights are treated as ordinary coordinates.
    See Also