Click or drag to resize

Point3d Constructor

Initializes a new instance of the Point3d class

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

Parameters

x
Type: SystemDouble
y
Type: SystemDouble
z
Type: SystemDouble
See Also