'宣言 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
- ビュー ボリュームの幅。
- height
- ビュー ボリュームの高さ。
- nearPlaneDistance
- 近いビューまでの距離。
- farPlaneDistance
- 遠いビューまでの距離。
戻り値の型
透視投影マトリックス。