अंग्रेज़ी में पढ़ें संपादित करें

इसके माध्यम से साझा किया गया


Matrix4x4.CreateOrthographicLeftHanded(Single, Single, Single, Single) Method

Definition

Creates a left-handed orthographic perspective matrix from the given view volume dimensions.

public static System.Numerics.Matrix4x4 CreateOrthographicLeftHanded (float width, float height, float zNearPlane, float zFarPlane);

Parameters

width
Single

The width of the view volume.

height
Single

The height of the view volume.

zNearPlane
Single

The minimum Z-value of the view volume.

zFarPlane
Single

The maximum Z-value of the view volume.

Returns

The left-handed orthographic projection matrix.

Applies to

उत्पाद संस्करण
.NET 8, 9