Initializes a new instance of the
Point3d class
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntaxpublic Point3d(
double x,
double y,
double z
)
Public Sub New (
x As Double,
y As Double,
z As Double
)
public:
Point3d(
double x,
double y,
double z
)
new :
x : float *
y : float *
z : float -> Point3d
OpenCvSharp.Point3d = function(x, y, z);
Parameters
- x
- Type: SystemDouble
- y
- Type: SystemDouble
- z
- Type: SystemDouble
See Also