Click or drag to resize
MCvPoint3D32f Constructor
http://www.emgu.com
Create a MCvPoint3D32f structure with the specific x and y coordinates

Namespace: Emgu.CV.Structure
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 3.0.0.2161 (3.0.0.2161)
Syntax
public MCvPoint3D32f(
	float x,
	float y,
	float z
)

Parameters

x
Type: SystemSingle
x-coordinate
y
Type: SystemSingle
y-coordinate
z
Type: SystemSingle
z-coordinate
See Also