You are here: Start » AVL.NET » AVL.FitPlaneToPoints_M(AvlNet.Point3D[], AvlNet.MEstimator, float, int, AvlNet.Plane3D?, AvlNet.Plane3D)

AVL.FitPlaneToPoints_M(AvlNet.Point3D[], AvlNet.MEstimator, float, int, AvlNet.Plane3D?, AvlNet.Plane3D)

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


public static void FitPlaneToPoints_M(
	AvlNet.Point3D[] inPoints,
	AvlNet.MEstimator inOutlierSuppression,
	float inClippingFactor,
	int inIterationCount,
	AvlNet.Plane3D? inInitialPlane,
	out AvlNet.Plane3D outPlane
)

Parameters

inPoints
Type: AvlNet.Point3D
inOutlierSuppression
Type: AvlNet.MEstimator
inClippingFactor
Type: System.Single
inIterationCount
Type: System.Int32
inInitialPlane
Type: System.Nullable<AvlNet.Plane3D>
outPlane
Type: AvlNet.Plane3D

See also