Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents a 3x3 matrix.
Syntax
typedef struct MilMatrix3x2D {
DOUBLE S_11;
DOUBLE S_12;
DOUBLE S_21;
DOUBLE S_22;
DOUBLE DX;
DOUBLE DY;
} MilMatrix3x2D;
Members
S_11
Type: DOUBLE
The value of the first row and first column of the matrix.
S_12
Type: DOUBLE
The value of the first row and first second of the matrix.
S_21
Type: DOUBLE
The value of the second row and first column of the matrix.
S_22
Type: DOUBLE
The value of the second row and second column of the matrix.
DX
Type: DOUBLE
DY
Type: DOUBLE
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows XP with SP2, Windows Vista [desktop apps only] |
| Minimum supported server | Windows Server 2008 [desktop apps only] |
| Header | mileffects.h |
| Redistributable | Microsoft .Net 3.0 |