Freigeben über


Matrix4d.CreateOrthographic Methode

Definition

Überlädt

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

Erstellt eine orthographische Projektionsmatrix.

CreateOrthographic(Double, Double, Double, Double)

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

Erstellt eine orthographische Projektionsmatrix.

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

Parameter

width
Double

Die Breite des Projektionsvolumens.

height
Double

Die Höhe des Projektionsvolumens.

zNear
Double

Der nahe Rand des Projektionsvolumens.

zFar
Double

Der ferne Rand des Projektionsvolumens.

result
Matrix4d

Die resultierende Matrix4d-Instanz.

Gilt für:

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

Parameter

width
Double
height
Double
zNear
Double
zFar
Double

Gibt zurück

Gilt für: