Click or drag to resize

Line3D Constructor (Double, Double, Double, Double, Double, Double)

Initializes this object

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public Line3D(
	double vx,
	double vy,
	double vz,
	double x1,
	double y1,
	double z1
)

Parameters

vx
Type: SystemDouble
The X component of the normalized vector collinear to the line
vy
Type: SystemDouble
The Y component of the normalized vector collinear to the line
vz
Type: SystemDouble
The Z component of the normalized vector collinear to the line
x1
Type: SystemDouble
Z-coordinate of some point on the line
y1
Type: SystemDouble
Z-coordinate of some point on the line
z1
Type: SystemDouble
Z-coordinate of some point on the line
See Also