Click or drag to resize

Point3f Constructor

Initializes a new instance of the Point3f class

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
public Point3f(
	float x,
	float y,
	float z
)

Parameters

x
Type: SystemSingle
y
Type: SystemSingle
z
Type: SystemSingle
See Also