Inverts the matrix.
'宣言
Public Overloads Shared Function InvertRef( _
ByRef As Matrix4x4 _
) As System.Boolean
public static System.bool InvertRef(
ref Matrix4x4
)
パラメータ
- value
- The matrix whose inverse is to be calculated.
戻り値の型
true if matrix was converted successfully; otherwise, false.