Create a MCvPoint3D64f structure with the specific x and y coordinates
Namespace:
Emgu.CV.StructureAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.0.1.0 (2.0.1.0)
Syntax
| C# |
|---|
public MCvPoint3D64f( double x, double y, double z ) |
| Visual Basic (Declaration) |
|---|
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