Create a MCvPoint3D32f structure with the specific x and y coordinates

Namespace:  Emgu.CV.Structure
Assembly:  Emgu.CV (in Emgu.CV.dll) Version: 2.1.0.649 (2.1.0.649)

Syntax

         
 C#  Visual Basic  Visual C++ 
public MCvPoint3D32f(
	float x,
	float y,
	float z
)
Public Sub New ( _
	x As Single, _
	y As Single, _
	z As Single _
)
public:
MCvPoint3D32f(
	float x, 
	float y, 
	float z
)

Parameters

x
Single
x-coordinate
y
Single
y-coordinate
z
Single
z-coordinate

See Also