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)
Syntaxpublic 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
)
new :
x : float32 *
y : float32 *
z : float32 -> MCvPoint3D32f
Parameters
- x
- Type: SystemSingle
x-coordinate - y
- Type: SystemSingle
y-coordinate - z
- Type: SystemSingle
z-coordinate
See Also