Creates an orthographic perspective matrix from the given view volume dimensions.
シンタックス
public static Matrix4x4 Orthographic(
System.float ,
System.float ,
System.float ,
System.float
)
'宣言
Public Shared Function Orthographic( _
ByVal As System.Single, _
ByVal As System.Single, _
ByVal As System.Single, _
ByVal As System.Single _
) As Matrix4x4
パラメータ
- width
- The width of the view volume.
- height
- The height of the view volume.
- zNearPlane
- The minimum Z-value of the view volume.
- zFarPlane
- The maximum Z-value of the view volume.
戻り値の型
The orthographic projection matrix.
参照