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
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