Matrix.OrthoOffCenterRH メソッド
アセンブリ: Microsoft.WindowsMobile.DirectX (microsoft.windowsmobile.directx.dll 内)

Public Shared Function OrthoOffCenterRH ( _ left As Single, _ right As Single, _ bottom As Single, _ top As Single, _ znearPlane As Single, _ zfarPlane As Single _ ) As Matrix
Dim left As Single Dim right As Single Dim bottom As Single Dim top As Single Dim znearPlane As Single Dim zfarPlane As Single Dim returnValue As Matrix returnValue = Matrix.OrthoOffCenterRH(left, right, bottom, top, znearPlane, zfarPlane)
public static Matrix OrthoOffCenterRH ( float left, float right, float bottom, float top, float znearPlane, float zfarPlane )
public: static Matrix OrthoOffCenterRH ( float left, float right, float bottom, float top, float znearPlane, float zfarPlane )
public static Matrix OrthoOffCenterRH ( float left, float right, float bottom, float top, float znearPlane, float zfarPlane )
public static function OrthoOffCenterRH ( left : float, right : float, bottom : float, top : float, znearPlane : float, zfarPlane : float ) : Matrix
戻り値
カスタマイズした右手座標系直交射影行列である Matrix 構造体。

直交行列は、反転可能な行列です。この行列の反転は転置と同じです。
OrthoRH メソッドは、OrthoOffCenterRH メソッドの特殊なケースです。OrthoOffCenterRH を使用して同じ射影を作成するには、left = –width/2、right = width/2、bottom = –height/2、および top = height/2 の各値を使用します。
OrthoOffCenterRH メソッドのすべてのパラメータは、カメラ空間内の距離です。パラメータは、ビュー ボリュームの大きさを示します。


Windows CE, Windows Mobile for Pocket PC, Windows Mobile for Smartphone
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


Weblioに収録されているすべての辞書からMatrix.OrthoOffCenterRH メソッドを検索する場合は、下記のリンクをクリックしてください。

- Matrix.OrthoOffCenterRH メソッドのページへのリンク