http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Create a MCvPoint3D32f structure with the specific x and y coordinates
Namespace: Emgu.CV.StructureAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public MCvPoint3D32f( float x, float y, float z ) |
Visual Basic |
---|
Public Sub New ( _ x As Single, _ y As Single, _ z As Single _ ) |
Visual C++ |
---|
public: MCvPoint3D32f( float x, float y, float z ) |
Parameters
- x
- Type: System..::..Single
x-coordinate
- y
- Type: System..::..Single
y-coordinate
- z
- Type: System..::..Single
z-coordinate