This document is archived and information here might be outdated. Recommended version. |
Defines the best 3D affine transformation between two sets of points. Can be used to register paper maps on a digitizer.
[Visual Basic .NET] Public Sub DefineFromControlPointsEx ( _ ByVal numPoints As Integer, _ ByRef fromPoints As WKSPointZ, _ ByRef toPoints As WKSPointZ _ )
[C#] public void DefineFromControlPointsEx ( int numPoints, ref WKSPointZ fromPoints, ref WKSPointZ toPoints );
[C++]
HRESULT DefineFromControlPointsEx(
long numPoints,
WKSPointZ* fromPoints,
WKSPointZ* toPoints
);
[C++] Parameters numPoints
numPoints is a parameter of type long fromPoints [in]
fromPoints is a parameter of type WKSPointZ* toPoints [in]
toPoints is a parameter of type WKSPointZ*