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.World (in Emgu.CV.World.dll) Version: 4.1.1.3497 (4.1.1.3497)
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