FMatrix4GetMinorMatrix Method
Return the minor matrix array of the supplied matrix.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2414.4032
public static float[,] GetMinorMatrix(
FMatrix4 matrix,
int excludeRow,
int excludeCol
)
Public Shared Function GetMinorMatrix (
matrix As FMatrix4,
excludeRow As Integer,
excludeCol As Integer
) As Single(,)
No code example is currently available or this language may not be supported.
- matrix FMatrix4
-
Reference to the matrix whose minor subset will be returned.
- excludeRow Int32
-
Ordinal index of the row to exclude.
- excludeCol Int32
-
Ordinal index of the column to exclude.
Single
Reference to a two-dimensional 3 by 3 array of single precision
floating point numbers representing a subject of the caller's matrix.