Bitmap for WPF
Perspective メソッド

C1.WPF.DX.4.5.2 アセンブリ > C1.Util.DX 名前空間 > Matrix4x4 構造体 : Perspective メソッド
The width of the view volume at the near view plane.
The height of the view volume at the near view plane.
The distance to the near view plane.
The distance to the far view plane.
Creates a perspective projection matrix from the given view volume dimensions.
シンタックス
'宣言
 
Public Shared Function Perspective( _
   ByVal width As System.Single, _
   ByVal height As System.Single, _
   ByVal nearPlaneDistance As System.Single, _
   ByVal farPlaneDistance As System.Single _
) As Matrix4x4
public static Matrix4x4 Perspective( 
   System.float width,
   System.float height,
   System.float nearPlaneDistance,
   System.float farPlaneDistance
)

パラメータ

width
The width of the view volume at the near view plane.
height
The height of the view volume at the near view plane.
nearPlaneDistance
The distance to the near view plane.
farPlaneDistance
The distance to the far view plane.

戻り値の型

The perspective projection matrix.
参照

Matrix4x4 構造体
Matrix4x4 メンバ