Click or drag to resize

Vec3f Constructor

Initializer

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

Parameters

item0
Type: SystemSingle
item1
Type: SystemSingle
item2
Type: SystemSingle
See Also