| Line3DDistance Method (Double, Double, Double) | 
        
         
            Returns the distance between this line and the specified point
            
 
    Namespace: 
   OpenCvSharp
    Assembly:
   OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
 Syntax
Syntaxpublic double Distance(
	double x,
	double y,
	double z
)
Public Function Distance ( 
	x As Double,
	y As Double,
	z As Double
) As Double
public:
double Distance(
	double x, 
	double y, 
	double z
)
member Distance : 
        x : float * 
        y : float * 
        z : float -> float 
function Distance(x, y, z);
Parameters
- x
- Type: SystemDouble
 
- y
- Type: SystemDouble
 
- z
- Type: SystemDouble
 
Return Value
Type: 
Double See Also
See Also