<< Click to Display Table of Contents >> Navigation: User DLLs > Add-In DLLs > Extra DLLs > Least Squares Fit (dcu_lsqgeomv.dll) |
The purpose of this DLL is to move an object to a target using an averaged target data set.
|
|
Within this Section:Least Square Line (LSqLine) Least Square Plane (LSqPln). |
See also...: |
Inputs:1.2 object points 2.At least 2 non-coincident target points Outputs:The object is moved to the target. Process:1.Compute the orthogonal least squares line of the target points. 2.Project the object points onto the least squares line. 3.Move the object to the projected points with a two point move.
|
---|
Inputs:1.Three object points 2.At least 3 non-collinear target points
Outputs:The object is moved to the target. Process:1.Compute the orthogonal least squares plane of the target points. 2.Project the object points onto the least squares plane. 3.Move the object to the projected points with a three point move. |
---|