Matrix4x4.CreateOrthographicOffCenter メソッド

定義

カスタマイズされた平行投影行列を作成します。

public:
 static System::Numerics::Matrix4x4 CreateOrthographicOffCenter(float left, float right, float bottom, float top, float zNearPlane, float zFarPlane);
public static System.Numerics.Matrix4x4 CreateOrthographicOffCenter (float left, float right, float bottom, float top, float zNearPlane, float zFarPlane);
static member CreateOrthographicOffCenter : single * single * single * single * single * single -> System.Numerics.Matrix4x4
Public Shared Function CreateOrthographicOffCenter (left As Single, right As Single, bottom As Single, top As Single, zNearPlane As Single, zFarPlane As Single) As Matrix4x4

パラメーター

left
Single

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

right
Single

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

bottom
Single

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

top
Single

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

zNearPlane
Single

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

zFarPlane
Single

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

戻り値

平行投影行列。

適用対象