Click or drag to resize

Line3D.PerpendicularFoot Method (Double, Double, Double)

Returns the distance between this line and the specified point

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
public Point3d PerpendicularFoot(
	double x,
	double y,
	double z
)

Parameters

x
Type: System.Double
y
Type: System.Double
z
Type: System.Double

Return Value

Type: Point3d
See Also