Click or drag to resize
SbMatrixDet3 Method (Int32, Int32, Int32, Int32, Int32, Int32)
Returns determinant of 3x3 sub matrix composed of given row and column indices (0-3 for each).

Namespace: OIV.Inventor
Assembly: OIV.Inventor.SbLinear (in OIV.Inventor.SbLinear.dll) Version: 2024.1.1.Release.7989217834dd2b99155f267b6c8c70f9feacdedd
Syntax
public float Det3(
	int r1,
	int r2,
	int r3,
	int c1,
	int c2,
	int c3
)

Parameters

r1
Type: SystemInt32
First row index.
r2
Type: SystemInt32
Second row index.
r3
Type: SystemInt32
Third row index.
c1
Type: SystemInt32
First column index.
c2
Type: SystemInt32
Second column index.
c3
Type: SystemInt32
Third column index.

Return Value

Type: Single
Determinant value.
See Also