Click or drag to resize

Line3DPerpendicularFoot Method (Double, Double, Double)

Returns the distance between this line and the specified point

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public Point3d PerpendicularFoot(
	double x,
	double y,
	double z
)

Parameters

x
Type: SystemDouble

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

y
Type: SystemDouble

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

z
Type: SystemDouble

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

Return Value

Type: Point3d

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

See Also