Click or drag to resize

Point3d Constructor

Initializes a new instance of the Point3d class

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public Point3d(
	double x,
	double y,
	double z
)

Parameters

x
Type: SystemDouble

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

y
Type: SystemDouble

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

z
Type: SystemDouble

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

See Also