指定されたビューボリュームの寸法から透視投影マトリックスを作成します。
シンタックス
public static Matrix4x4 Perspective(
System.float ,
System.float ,
System.float ,
System.float
)
'宣言
Public Shared Function Perspective( _
ByVal As System.Single, _
ByVal As System.Single, _
ByVal As System.Single, _
ByVal As System.Single _
) As Matrix4x4
パラメータ
- width
- ビュー ボリュームの幅。
- height
- ビュー ボリュームの高さ。
- nearPlaneDistance
- 近いビューまでの距離。
- farPlaneDistance
- 遠いビューまでの距離。
戻り値の型
透視投影マトリックス。
参照