Bitmap for UWP
PerspectiveOffCenter メソッド

C1.UWP.DX アセンブリ > C1.Util.DX 名前空間 > Matrix4x4 構造体 : PerspectiveOffCenter メソッド
The minimum x-value of the view volume at the near view plane.
The maximum x-value of the view volume at the near view plane.
The minimum y-value of the view volume at the near view plane.
The maximum y-value 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 customized perspective projection matrix.
シンタックス
'宣言
 
Public Shared Function PerspectiveOffCenter( _
   ByVal left As System.Single, _
   ByVal right As System.Single, _
   ByVal bottom As System.Single, _
   ByVal top As System.Single, _
   ByVal nearPlaneDistance As System.Single, _
   ByVal farPlaneDistance As System.Single _
) As Matrix4x4
public static Matrix4x4 PerspectiveOffCenter( 
   System.float left,
   System.float right,
   System.float bottom,
   System.float top,
   System.float nearPlaneDistance,
   System.float farPlaneDistance
)

パラメータ

left
The minimum x-value of the view volume at the near view plane.
right
The maximum x-value of the view volume at the near view plane.
bottom
The minimum y-value of the view volume at the near view plane.
top
The maximum y-value 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 メンバ