FastPointCloud.FitLine Method

Fits a line to the point cloud vertices.
Public Shadows Sub FitLine( _ 
ByRef p As Point3D, _ 
ByRef v As Vector3D
)
This language is not supported or no code example is available.
new public void FitLine( 
out Point3D p
out Vector3D v 
)
This language is not supported or no code example is available.

Parameters

p
Point3D

The line start point

v
Vector3D

The line direction

.NET Framework

Supported in: 4.8

In this article

Definition