Utility.FitLine (Single(), out Point3D, out Vector3D) Method

Public Shared Sub FitLine( _ 
ByVal points As Single(), _ 
ByRef p As Point3D, _ 
ByRef dir As Vector3D
)
This language is not supported or no code example is available.
public static void FitLine( 
float[] points
out Point3D p
out Vector3D dir 
)
This language is not supported or no code example is available.

Parameters

points
float[]

p
Point3D

dir
Vector3D

.NET Framework

Supported in: 4.8

In this article

Definition