http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Create a MCvPoint3D64f 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 MCvPoint3D64f( double x, double y, double z ) |
Visual Basic |
---|
Public Sub New ( _ x As Double, _ y As Double, _ z As Double _ ) |
Visual C++ |
---|
public: MCvPoint3D64f( double x, double y, double z ) |
Parameters
- x
- Type: System..::..Double
x-coordinate
- y
- Type: System..::..Double
y-coordinate
- z
- Type: System..::..Double
z-coordinate