Vec3d Constructor OpenCvSharp Class Library
Initializer

Namespace:  OpenCvSharp.CPlusPlus
Assembly:  OpenCvSharp.CPlusPlus (in OpenCvSharp.CPlusPlus.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public Vec3d(
	double item0,
	double item1,
	double item2
)

Parameters

item0
Type: SystemDouble

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

item1
Type: SystemDouble

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

item2
Type: SystemDouble

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

See Also

Reference