CvPoint3D32f Method OpenCvSharp Class Library
Creates3D point with floating-point coordinates

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

public static CvPoint3D32f Point3D32f(
	float x,
	float y,
	float z
)

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

Reference