#include "LtPrimitives.h"
L_LTKRN_API L_VOID L_Matrix_Set(matrix, m11, m12, m21, m22, offsetX, offsetY)
Sets the values of the specified L_MATRIX structure.
Pointer to the L_MATRIX to set.
The value of the first row and first column.
The value of the first row and second column.
The value of the second row and first column.
The value of the second row and second column.
The value of the third row and first column.
The offsetX member is so named because it specifies the amount to translate the coordinate space along the x-axis.
The value of the third row and second column.
The offsetY member is so named because it specifies the amount to translate the coordinate space along the y-axis.
None.
The L_MATRIX is stored using row-major order and has the following structure:
The members in the last row, offsetX and offsetY, represent translation values.
In functions and structure memebers, the transformation matrix is usually specified as a vector with only six members, as follows:
(m11, m12, m21, m22, offsetX, offsetY)
Required DLLs and Libraries
Win32, x64, Linux.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document