Click or drag to resize

Vec3s Constructor

Initializer

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public Vec3s(
	short item0,
	short item1,
	short item2
)

Parameters

item0
Type: SystemInt16

[Missing <param name="item0"/> documentation for "M:OpenCvSharp.Vec3s.#ctor(System.Int16,System.Int16,System.Int16)"]

item1
Type: SystemInt16

[Missing <param name="item1"/> documentation for "M:OpenCvSharp.Vec3s.#ctor(System.Int16,System.Int16,System.Int16)"]

item2
Type: SystemInt16

[Missing <param name="item2"/> documentation for "M:OpenCvSharp.Vec3s.#ctor(System.Int16,System.Int16,System.Int16)"]

See Also