| Line3DDistance Method (Point3d) |
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(
Point3d point
)
Public Function Distance (
point As Point3d
) As Double
public:
double Distance(
Point3d point
)
member Distance :
point : Point3d -> float
Parameters
- point
- Type: OpenCvSharpPoint3d
[Missing <param name="point"/> documentation for "M:OpenCvSharp.Line3D.Distance(OpenCvSharp.Point3d)"]
Return Value
Type:
Double[Missing <returns> documentation for "M:OpenCvSharp.Line3D.Distance(OpenCvSharp.Point3d)"]
See Also