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