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