'宣言 Public Shared Function Orthographic( _ ByVal width As System.Single, _ ByVal height As System.Single, _ ByVal zNearPlane As System.Single, _ ByVal zFarPlane As System.Single _ ) As Matrix4x4
public static Matrix4x4 Orthographic( System.float width, System.float height, System.float zNearPlane, System.float zFarPlane )
パラメータ
- width
- ビューボリュームの幅。
- height
- ビューボリュームの高さ。
- zNearPlane
- ビュー ボリュームの最小 Z 値。
- zFarPlane
- ビュー ボリュームの最大 Z 値。
戻り値の型
正射投影マトリックス。