Click or drag to resize

Point3f Constructor

Initializes a new instance of the Point3f class

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

Parameters

x
Type: SystemSingle

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

y
Type: SystemSingle

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

z
Type: SystemSingle

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

See Also