| Line3DDistance Method (Point3f) |
Returns the distance between this line and the specified point
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax public double Distance(
Point3f point
)
Public Function Distance (
point As Point3f
) As Double
public:
double Distance(
Point3f point
)
member Distance :
point : Point3f -> float
Parameters
- point
- Type: OpenCvSharpPoint3f
[Missing <param name="point"/> documentation for "M:OpenCvSharp.Line3D.Distance(OpenCvSharp.Point3f)"]
Return Value
Type:
Double[Missing <returns> documentation for "M:OpenCvSharp.Line3D.Distance(OpenCvSharp.Point3f)"]
See Also