DioDocs for PDF
OrthographicOffCenter メソッド

DS.Documents.DX.Windows アセンブリ > GrapeCity.Documents.DX 名前空間 > Matrix4x4 構造体 : OrthographicOffCenter メソッド
ビュー ボリュームの最小 X 値。
ビュー ボリュームの最大 X 値。
ビュー ボリュームの最小 Y 値。
ビュー ボリュームの最大 Y 値。
ビュー ボリュームの最小 Z 値。
ビュー ボリュームの最大 Z 値。
カスタム正射投影マトリックスを作成します。
シンタックス
'宣言
 
Public Shared Function OrthographicOffCenter( _
   ByVal left As System.Single, _
   ByVal right As System.Single, _
   ByVal bottom As System.Single, _
   ByVal top As System.Single, _
   ByVal zNearPlane As System.Single, _
   ByVal zFarPlane As System.Single _
) As Matrix4x4
public static Matrix4x4 OrthographicOffCenter( 
   System.float left,
   System.float right,
   System.float bottom,
   System.float top,
   System.float zNearPlane,
   System.float zFarPlane
)

パラメータ

left
ビュー ボリュームの最小 X 値。
right
ビュー ボリュームの最大 X 値。
bottom
ビュー ボリュームの最小 Y 値。
top
ビュー ボリュームの最大 Y 値。
zNearPlane
ビュー ボリュームの最小 Z 値。
zFarPlane
ビュー ボリュームの最大 Z 値。

戻り値の型

正射投影マトリックス。
参照

Matrix4x4 構造体
Matrix4x4 メンバ