Matrix4x4.CreateOrthographic(Single, Single, Single, Single) メソッド

定義

指定されたビュー ボリューム次元から、平行透視行列を作成します。

public:
 static System::Numerics::Matrix4x4 CreateOrthographic(float width, float height, float zNearPlane, float zFarPlane);
public static System.Numerics.Matrix4x4 CreateOrthographic (float width, float height, float zNearPlane, float zFarPlane);
static member CreateOrthographic : single * single * single * single -> System.Numerics.Matrix4x4
Public Shared Function CreateOrthographic (width As Single, height As Single, zNearPlane As Single, zFarPlane As Single) As Matrix4x4

パラメーター

width
Single

ビュー ボリュームの幅。

height
Single

ビュー ボリュームの高さ。

zNearPlane
Single

ビュー ボリュームの最小 Z 値。

zFarPlane
Single

ビュー ボリュームの最大 Z 値。

戻り値

平行投影行列。

適用対象