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