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

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

Matrix.PerspectiveLH メソッド

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

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

Public Shared Function PerspectiveLH
 ( _
    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.PerspectiveLH(width, height, znearPlane, zfarPlane)
public static Matrix PerspectiveLH (
    float width,
    float height,
    float znearPlane,
    float zfarPlane
)
public:
static Matrix PerspectiveLH (
    float width, 
    float height, 
    float znearPlane, 
    float zfarPlane
)
public static Matrix PerspectiveLH (
    float width, 
    float height, 
    float znearPlane, 
    float zfarPlane
)
public static function PerspectiveLH
 (
    width : float, 
    height : float, 
    znearPlane : float, 
    zfarPlane : float
) : Matrix

パラメータ

width

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

height

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

znearPlane

近いビュー平面の Z 値。

zfarPlane

遠いビュー平面の Z 値。

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

解説解説

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

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


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

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

辞書ショートカット

すべての辞書の索引

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

   

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



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

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

©2025 GRAS Group, Inc.RSS