Matrix4x4.CreateOrthographicOffCenterLeftHanded メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
カスタマイズされた左利きの正投影行列を作成します。
public:
static System::Numerics::Matrix4x4 CreateOrthographicOffCenterLeftHanded(float left, float right, float bottom, float top, float zNearPlane, float zFarPlane);
public static System.Numerics.Matrix4x4 CreateOrthographicOffCenterLeftHanded (float left, float right, float bottom, float top, float zNearPlane, float zFarPlane);
static member CreateOrthographicOffCenterLeftHanded : single * single * single * single * single * single -> System.Numerics.Matrix4x4
Public Shared Function CreateOrthographicOffCenterLeftHanded (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 値。
戻り値
左利きの正投影行列。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET