Click or drag to resize

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
)

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