You are here:
Start »
AVL.NET »
AVL.FitPlaneToPoints_M(AvlNet.Point3D[], AvlNet.MEstimator, float, int, AvlNet.Plane3D?, AvlNet.Plane3D, AvlNet.Point3D[], float[])
AVL.FitPlaneToPoints_M(AvlNet.Point3D[], AvlNet.MEstimator, float, int, AvlNet.Plane3D?, 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,
AvlNet.Plane3D? inInitialPlane,
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
- inInitialPlane
- Type: System.Nullable<AvlNet.Plane3D>
- outPlane
- Type: AvlNet.Plane3D
- outInliers
- Type: AvlNet.Point3D
- outDistances
- Type: System.Single
Errors
| Error type |
Description |
| DomainError |
Empty point array on input in FitPlaneToPoints_M. |
See also