Matrix.PerspectiveOffCenterRH メソッドとは? わかりやすく解説

Weblio 辞書 > コンピュータ > .NET Framework クラス ライブラリ リファレンス > Matrix.PerspectiveOffCenterRH メソッドの意味・解説 

Matrix.PerspectiveOffCenterRH メソッド

カスタマイズした右手座標系パースペクティブ射影行列作成します

名前空間: Microsoft.WindowsMobile.DirectX
アセンブリ: Microsoft.WindowsMobile.DirectX (microsoft.windowsmobile.directx.dll 内)
構文構文

Public Shared Function PerspectiveOffCenterRH
 ( _
    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.PerspectiveOffCenterRH(left, right, bottom, top, znearPlane,
 zfarPlane)
public static Matrix PerspectiveOffCenterRH
 (
    float left,
    float right,
    float bottom,
    float top,
    float znearPlane,
    float zfarPlane
)
public:
static Matrix PerspectiveOffCenterRH (
    float left, 
    float right, 
    float bottom, 
    float top, 
    float znearPlane, 
    float zfarPlane
)
public static Matrix PerspectiveOffCenterRH
 (
    float left, 
    float right, 
    float bottom, 
    float top, 
    float znearPlane, 
    float zfarPlane
)
public static function PerspectiveOffCenterRH
 (
    left : float, 
    right : float, 
    bottom : float, 
    top : float, 
    znearPlane : float, 
    zfarPlane : float
) : Matrix

パラメータ

left

ビュー ボリューム最小 x 値。

right

ビュー ボリューム最大 x 値。

bottom

ビュー ボリューム最小 y 値。

top

ビュー ボリューム最大 y 値。

znearPlane

ビュー ボリューム最小 z 値。

zfarPlane

ビュー ボリューム最大 z 値。

戻り値
カスタマイズした右手座標系パースペクティブ射影行列である Matrix 構造体

解説解説

PerspectiveOffCenterRH メソッドすべてのパラメータは、カメラ空間内の距離です。パラメータは、ビュー ボリューム大きさ示します

このメソッドは、返す行列次の数式によって計算します

2*znearPlane/(right-left)   0                           0                       
                       0
0                           2*znearPlane*(top-bottom)   0                       
                       0
(left+right)/(right-left)  (top+bottom)/(top-bottom)    zfarPlane/(znearPlane-zfarPlane)
              -1
0                           0                           znearPlane*zfarPlane/(znearPlane-zfarPlane)
    0
.NET Framework のセキュリティ.NET Frameworkセキュリティ
プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照


このページでは「.NET Framework クラス ライブラリ リファレンス」からMatrix.PerspectiveOffCenterRH メソッドを検索した結果を表示しています。
Weblioに収録されているすべての辞書からMatrix.PerspectiveOffCenterRH メソッドを検索する場合は、下記のリンクをクリックしてください。
 全ての辞書からMatrix.PerspectiveOffCenterRH メソッド を検索

英和和英テキスト翻訳>> Weblio翻訳
英語⇒日本語日本語⇒英語
  

辞書ショートカット

すべての辞書の索引

Matrix.PerspectiveOffCenterRH メソッドのお隣キーワード
検索ランキング

   

英語⇒日本語
日本語⇒英語
   



Matrix.PerspectiveOffCenterRH メソッドのページの著作権
Weblio 辞書 情報提供元は 参加元一覧 にて確認できます。

   
日本マイクロソフト株式会社日本マイクロソフト株式会社
© 2025 Microsoft.All rights reserved.

©2025 GRAS Group, Inc.RSS