You are here: Start » AVL.NET » AVS.FitPlaneToPoints Method

AVS.FitPlaneToPoints Method

Approximates points with a plane using the Least Squares method.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void FitPlaneToPoints
(
	IList<AvlNet.Point3D> inPoints,
	out AvlNet.Plane3D outPlane
)

Parameters

Name Type Range Default Description
inPointsSystem.Collections.Generic.IList<AvlNet.Point3D>
outPlaneAvlNet.Plane3DFitted plane.

Function Overrides

See also