Creates3D point with floating-point coordinates
Namespace: OpenCvSharp
Assembly: OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Parameters
- x
- Type: SystemSingle
x-coordinate, usually zero-based - y
- Type: SystemSingle
y-coordinate, usually zero-based - z
- Type: SystemSingle
z-coordinate, usually zero-based
Return Value
Type: CvPoint3D32f[Missing <returns> documentation for "M:OpenCvSharp.Cv.Point3D32f(System.Single,System.Single,System.Single)"]
See Also