Click or drag to resize
MCvPoint3D64f Constructor
http://www.emgu.com
Create a MCvPoint3D64f 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 MCvPoint3D64f(
	double x,
	double y,
	double z
)

Parameters

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