You are here: Start » AVL.NET » AVL.FitPlaneToPoints(AvlNet.Point3D[], AvlNet.Plane3D, float[], float)

AVL.FitPlaneToPoints(AvlNet.Point3D[], AvlNet.Plane3D, float[], float)

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


public static void FitPlaneToPoints(
	AvlNet.Point3D[] inPoints,
	out AvlNet.Plane3D outPlane,
	out float[] outDistances,
	out float outError
)

Parameters

inPoints
Type: AvlNet.Point3D
outPlane
Type: AvlNet.Plane3D
outDistances
Type: System.Single
outError
Type: System.Single

Errors

Error type Description
DomainError Empty point array on input in FitPlaneToPoints.

See also