CvPoint3D64f Method OpenCvSharp Class Library
Creates 3D point with double precision floating-point coordinates

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

public static CvPoint3D64f Point3D64f(
	double x,
	double y,
	double z
)

Parameters

x
Type: SystemDouble
x-coordinate, usually zero-based
y
Type: SystemDouble
y-coordinate, usually zero-based
z
Type: SystemDouble
z-coordinate, usually zero-based

Return Value

Type: CvPoint3D64f

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

See Also

Reference