Point3D.DistanceTo (Point3D) Method

Computes the distance to 3D point b.
Public Function DistanceTo( _ 
ByVal b As Point3D
) As Double
This language is not supported or no code example is available.
public double DistanceTo( 
Point3D b 
)
This language is not supported or no code example is available.

Parameters

b
Point3D

The other point

Return Value

double

The distance between this 3D point and b.

.NET Framework

Supported in: 4.8

In this article

Definition