Platform SDK: DirectX

D3DMATRIX

D3DMATRIX 型は、Direct3DDevice7.MultiplyTransformDirect3DDevice7.GetTransform、および Direct3DDevice7.SetTransform などのようなメソッドのための行列を示す。

Type D3DMATRIX
    rc11 As Single
    rc12 As Single
    rc13 As Single
    rc14 As Single
    rc21 As Single
    rc22 As Single
    rc23 As Single
    rc24 As Single
    rc31 As Single
    rc32 As Single
    rc33 As Single
    rc34 As Single
    rc41 As Single
    rc42 As Single
    rc43 As Single
    rc44 As Single
End Type

注意

Direct3D では、射影行列の rc34 要素は負にできない。ユーザーのアプリケーションが、その位置で負の値を使用する必要がある場合には、代わりに射影行列全体を -1 で基準化する必要がある。

参照

Direct3DDevice7.MultiplyTransformDirect3DDevice7.GetTransformDirect3DDevice7.SetTransform