右手座標系正射影行列作成します。
Namespace: LuminoAssembly: LuminoDotNet (in LuminoDotNet.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static Matrix OrthoRH(
float width,
float height,
float nearZ,
float farZ
)
Public Shared Function OrthoRH (
width As Single,
height As Single,
nearZ As Single,
farZ As Single
) As Matrix
public:
static Matrix OrthoRH(
float width,
float height,
float nearZ,
float farZ
)
static member OrthoRH :
width : float32 *
height : float32 *
nearZ : float32 *
farZ : float32 -> Matrix
Parameters
- width
- Type: SystemSingle
ビューの幅 - height
- Type: SystemSingle
ビューの高さ - nearZ
- Type: SystemSingle
近くのビュー平面の Z 値 - farZ
- Type: SystemSingle
遠くのビュー平面の Z 値
Return Value
Type:
Matrix[Missing <returns> documentation for "M:Lumino.Matrix.OrthoRH(System.Single,System.Single,System.Single,System.Single)"]
See Also