You are here: Start » AVL.NET » AVL.FitPlaneToPoints_M(AvlNet.Point3D[], AvlNet.MEstimator, float, int, AvlNet.Plane3D, AvlNet.Point3D[], float[])
AVL.FitPlaneToPoints_M(AvlNet.Point3D[], AvlNet.MEstimator, float, int, AvlNet.Plane3D, AvlNet.Point3D[], float[])
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void FitPlaneToPoints_M( AvlNet.Point3D[] inPoints, AvlNet.MEstimator inOutlierSuppression, float inClippingFactor, int inIterationCount, out AvlNet.Plane3D outPlane, out AvlNet.Point3D[] outInliers, out float[] outDistances )
Parameters
- inPoints
- Type: AvlNet.Point3D
- inOutlierSuppression
- Type: AvlNet.MEstimator
- inClippingFactor
- Type: System.Single
- inIterationCount
- Type: System.Int32
- outPlane
- Type: AvlNet.Plane3D
- outInliers
- Type: AvlNet.Point3D
- outDistances
- Type: System.Single
