共用方式為


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

傳回

適用於