Matrix4d.CreateOrthographicOffCenter Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
CreateOrthographicOffCenter(Double, Double, Double, Double, Double, Double) | |
CreateOrthographicOffCenter(Double, Double, Double, Double, Double, Double, Matrix4d) |
Erstellt eine orthografische Projektionsmatrix. |
CreateOrthographicOffCenter(Double, Double, Double, Double, Double, Double)
public static OpenTK.Matrix4d CreateOrthographicOffCenter (double left, double right, double bottom, double top, double zNear, double zFar);
static member CreateOrthographicOffCenter : double * double * double * double * double * double -> OpenTK.Matrix4d
Parameter
- left
- Double
- right
- Double
- bottom
- Double
- top
- Double
- zNear
- Double
- zFar
- Double
Gibt zurück
Gilt für:
CreateOrthographicOffCenter(Double, Double, Double, Double, Double, Double, Matrix4d)
Erstellt eine orthografische Projektionsmatrix.
public static void CreateOrthographicOffCenter (double left, double right, double bottom, double top, double zNear, double zFar, out OpenTK.Matrix4d result);
static member CreateOrthographicOffCenter : double * double * double * double * double * double * -> unit
Parameter
- left
- Double
Der linke Rand des Projektionsvolumens.
- right
- Double
Der rechte Rand des Projektionsvolumens.
- bottom
- Double
Der untere Rand des Projektionsvolumens.
- top
- Double
Der obere Rand des Projektionsvolumens.
- zNear
- Double
Der nahe Rand des Projektionsvolumens.
- zFar
- Double
Der rand des Projektionsvolumens.
- result
- Matrix4d
Die resultierende Matrix4d-Instanz.