Bitmap for UWP
InvertRef(Matrix3x2,Matrix3x2) メソッド

C1.UWP.DX アセンブリ > C1.Util.DX 名前空間 > Matrix3x2 構造体 > InvertRef メソッド : InvertRef(Matrix3x2,Matrix3x2) メソッド
When the method completes, contains the inverse of the specified matrix.
The matrix whose inverse is to be calculated.
Inverts the specified matrix. The return value indicates whether the operation succeeded.
シンタックス
'宣言
 
Public Overloads Shared Function InvertRef( _
   ByRef result As Matrix3x2, _
   ByRef matrix As Matrix3x2 _
) As System.Boolean
public static System.bool InvertRef( 
   out Matrix3x2 result,
   ref Matrix3x2 matrix
)

パラメータ

result
When the method completes, contains the inverse of the specified matrix.
matrix
The matrix whose inverse is to be calculated.

戻り値の型

true if matrix was converted successfully; otherwise, false.
参照

Matrix3x2 構造体
Matrix3x2 メンバ
オーバーロード一覧