Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / Point3D Class / DistanceTo Method / DistanceTo(Point3D) Method
The other point

In This Topic
    DistanceTo(Point3D) Method
    In This Topic
    Computes the distance to 3D point b.
    Syntax
    'Declaration
     
    Public Overloads Function DistanceTo( _
       ByVal b As Point3D _
    ) As Double
    public double DistanceTo( 
       Point3D b
    )

    Parameters

    b
    The other point

    Return Value

    The distance between this 3D point and b.
    See Also