MCvPoint3D64f Constructor |
http://www.emgu.com
Create a MCvPoint3D64f 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 MCvPoint3D64f(
double x,
double y,
double z
)
Public Sub New (
x As Double,
y As Double,
z As Double
)
public:
MCvPoint3D64f(
double x,
double y,
double z
)
new :
x : float *
y : float *
z : float -> MCvPoint3D64f
Parameters
- x
- Type: SystemDouble
x-coordinate - y
- Type: SystemDouble
y-coordinate - z
- Type: SystemDouble
z-coordinate
See Also