FMatrix3GetDeterminant(Single, Single, Single, Single, Single, Single, Single, Single, Single) Method
Return the 3x3 determinant of the caller's value set, using no
pre-checks.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2414.4032
public static float GetDeterminant(
float a1,
float a2,
float a3,
float b1,
float b2,
float b3,
float c1,
float c2,
float c3
)
Public Shared Function GetDeterminant (
a1 As Single,
a2 As Single,
a3 As Single,
b1 As Single,
b2 As Single,
b3 As Single,
c1 As Single,
c2 As Single,
c3 As Single
) As Single
No code example is currently available or this language may not be supported.
- a1 Single
-
Row 1 column 1 value.
- a2 Single
-
Row 1 column 2 value.
- a3 Single
-
Row 1 column 3 value.
- b1 Single
-
Row 2 column 1 value.
- b2 Single
-
Row 2 column 2 value.
- b3 Single
-
Row 2 column 3 value.
- c1 Single
-
Row 3 column 1 value.
- c2 Single
-
Row 3 column 2 vlaue.
- c3 Single
-
Row 3 column 3 value.
Single
The determinant of the 3 x 3 set of values.