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