Bitmap for WPF
PerspectiveFieldOfView メソッド

C1.WPF.DX.4.5.2 アセンブリ > C1.Util.DX 名前空間 > Matrix4x4 構造体 : PerspectiveFieldOfView メソッド
The field of view in the y direction, in radians.
The aspect ratio, defined as view space width divided by height.
The distance to the near view plane.
The distance to the far view plane.
Creates a perspective projection matrix based on a field of view, aspect ratio, and near and far view plane distances.
シンタックス
'宣言
 
Public Shared Function PerspectiveFieldOfView( _
   ByVal fieldOfView As System.Single, _
   ByVal aspectRatio As System.Single, _
   ByVal nearPlaneDistance As System.Single, _
   ByVal farPlaneDistance As System.Single _
) As Matrix4x4
public static Matrix4x4 PerspectiveFieldOfView( 
   System.float fieldOfView,
   System.float aspectRatio,
   System.float nearPlaneDistance,
   System.float farPlaneDistance
)

パラメータ

fieldOfView
The field of view in the y direction, in radians.
aspectRatio
The aspect ratio, defined as view space width divided by height.
nearPlaneDistance
The distance to the near view plane.
farPlaneDistance
The distance to the far view plane.

戻り値の型

The perspective projection matrix.
参照

Matrix4x4 構造体
Matrix4x4 メンバ