Bitmap for WPF
TransposeRef(Matrix4x4,Matrix4x4) メソッド

C1.WPF.DX.4.5.2 アセンブリ > C1.Util.DX 名前空間 > Matrix4x4 構造体 > TransposeRef メソッド : TransposeRef(Matrix4x4,Matrix4x4) メソッド
When the method completes, contains the transpose of the specified matrix.
The matrix whose transpose is to be calculated.
Calculates the transpose of the specified matrix.
シンタックス
'宣言
 
Public Overloads Shared Sub TransposeRef( _
   ByRef result As Matrix4x4, _
   ByRef value As Matrix4x4 _
) 
public static void TransposeRef( 
   out Matrix4x4 result,
   ref Matrix4x4 value
)

パラメータ

result
When the method completes, contains the transpose of the specified matrix.
value
The matrix whose transpose is to be calculated.
参照

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