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

AVS.Point3DGridRMSE Method

Computes point-to-point RMSE between two point grids.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void Point3DGridRMSE
(
	AvlNet.Point3DGrid inReference,
	AvlNet.Point3DGrid inPoints,
	out double outRMSE
)

Parameters

Name Type Range Default Description
inReferenceAvlNet.Point3DGridReference grid.
inPointsAvlNet.Point3DGridData points for which the RMSE will be computed.
outRMSEdoubleRoot-mean-square error of distances between inPoints and inReference.

See also