Quad3d.Distance2 Method

Public Function Distance2( _ 
ByVal pt As Point3d, _ 
ByRef cp As Point3d, _ 
ByRef iter As Integer
) As Double
This language is not supported or no code example is available.
public double Distance2( 
Point3d pt
out Point3d cp
out int iter 
)
This language is not supported or no code example is available.
public:  
double Distance2( 
Point3d^ pt
Point3d^& cp
int& iter 
)
This language is not supported or no code example is available.
public function Distance2( 
pt : Point3d
cp : Point3d
iter : int 
) : double;
This language is not supported or no code example is available.

Parameters

pt
Point3d

cp
Point3d

iter
int

Return Value

double

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8

In this article

Definition