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

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

Matrix.PerspectiveRH メソッド

右手座標系パースペクティブ射影行列作成します

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

Public Shared Function PerspectiveRH
 ( _
    width As Single, _
    height As Single, _
    znearPlane As Single, _
    zfarPlane As Single _
) As Matrix
Dim width As Single
Dim height As Single
Dim znearPlane As Single
Dim zfarPlane As Single
Dim returnValue As Matrix

returnValue = Matrix.PerspectiveRH(width, height, znearPlane, zfarPlane)
public static Matrix PerspectiveRH (
    float width,
    float height,
    float znearPlane,
    float zfarPlane
)
public:
static Matrix PerspectiveRH (
    float width, 
    float height, 
    float znearPlane, 
    float zfarPlane
)
public static Matrix PerspectiveRH (
    float width, 
    float height, 
    float znearPlane, 
    float zfarPlane
)
public static function PerspectiveRH
 (
    width : float, 
    height : float, 
    znearPlane : float, 
    zfarPlane : float
) : Matrix

パラメータ

width

近いビュー平面でのビュー ボリュームの幅。

height

近いビュー平面でのビュー ボリュームの高さ。

znearPlane

近いビュー平面の Z 値。

zfarPlane

遠いビュー平面の Z 値。

戻り値
右手座標系パースペクティブ射影行列である Matrix 構造体

解説解説

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

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

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


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

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

辞書ショートカット

すべての辞書の索引

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

   

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



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

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

©2025 GRAS Group, Inc.RSS