Click or drag to resize

Vec6f Constructor

Initializer

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
public Vec6f(
	float item0,
	float item1,
	float item2,
	float item3,
	float item4,
	float item5
)

Parameters

item0
Type: SystemSingle
item1
Type: SystemSingle
item2
Type: SystemSingle
item3
Type: SystemSingle
item4
Type: SystemSingle
item5
Type: SystemSingle
See Also