次の方法で共有


Matrix4d.CreateOrthographic メソッド

定義

オーバーロード

CreateOrthographic(Double, Double, Double, Double, Matrix4d)

正投影行列を作成します。

CreateOrthographic(Double, Double, Double, Double)

CreateOrthographic(Double, Double, Double, Double, Matrix4d)

正投影行列を作成します。

public static void CreateOrthographic (double width, double height, double zNear, double zFar, out OpenTK.Matrix4d result);
static member CreateOrthographic : double * double * double * double *  -> unit

パラメーター

width
Double

投影ボリュームの幅。

height
Double

投影ボリュームの高さ。

zNear
Double

投影ボリュームの近端。

zFar
Double

投影ボリュームの遠端。

result
Matrix4d

結果の Matrix4d インスタンス。

適用対象

CreateOrthographic(Double, Double, Double, Double)

public static OpenTK.Matrix4d CreateOrthographic (double width, double height, double zNear, double zFar);
static member CreateOrthographic : double * double * double * double -> OpenTK.Matrix4d

パラメーター

width
Double
height
Double
zNear
Double
zFar
Double

戻り値

適用対象