Initializer
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntaxpublic Vec2f(
float item0,
float item1
)
Public Sub New (
item0 As Single,
item1 As Single
)
public:
Vec2f(
float item0,
float item1
)
new :
item0 : float32 *
item1 : float32 -> Vec2f
OpenCvSharp.Vec2f = function(item0, item1);
Parameters
- item0
- Type: SystemSingle
- item1
- Type: SystemSingle
See Also