Line3DPerpendicularFoot 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
Syntaxpublic Point3d PerpendicularFoot(
double x,
double y,
double z
)
Public Function PerpendicularFoot (
x As Double,
y As Double,
z As Double
) As Point3d
public:
Point3d PerpendicularFoot(
double x,
double y,
double z
)
member PerpendicularFoot :
x : float *
y : float *
z : float -> Point3d
function PerpendicularFoot(x, y, z);
Parameters
- x
- Type: SystemDouble
- y
- Type: SystemDouble
- z
- Type: SystemDouble
Return Value
Type:
Point3d
See Also