Finds the closest match to frameToAlign** from the array frames**.
findBestAlignment = function(
frameToAlign,
frames
)
static findBestAlignment(
frameToAlign: FramePosition,
frames: FramePosition[]
): number;
frameToAlign
The reference frame.
frames
An array of frame that will be search for a closest match to frameToAlign.
Value that represents the index of the closest match item in frames to frameToAlign.
The closest match is based on the frames position and orientation of the frame.
If no match was found, due to extreme difference in orientation, then this method will return -1.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET