CvLine3DPerpendicularFoot Method (Double, Double, Double) OpenCvSharp Class Library
Returns the distance between this line and the specified point

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public CvPoint3D64f PerpendicularFoot(
	double x,
	double y,
	double z
)

Parameters

x
Type: SystemDouble

[Missing <param name="x"/> documentation for "M:OpenCvSharp.CvLine3D.PerpendicularFoot(System.Double,System.Double,System.Double)"]

y
Type: SystemDouble

[Missing <param name="y"/> documentation for "M:OpenCvSharp.CvLine3D.PerpendicularFoot(System.Double,System.Double,System.Double)"]

z
Type: SystemDouble

[Missing <param name="z"/> documentation for "M:OpenCvSharp.CvLine3D.PerpendicularFoot(System.Double,System.Double,System.Double)"]

Return Value

Type: CvPoint3D64f

[Missing <returns> documentation for "M:OpenCvSharp.CvLine3D.PerpendicularFoot(System.Double,System.Double,System.Double)"]

See Also

Reference