Point3d Constructor OpenCvSharp Class Library
Initializes a new instance of the Point3d class

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

public Point3d(
	double x,
	double y,
	double z
)

Parameters

x
Type: SystemDouble

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

y
Type: SystemDouble

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

z
Type: SystemDouble

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

See Also

Reference