Click or drag to resize
APILNMatrix_OrthoLH Method
左手座標系正射影行列作成します。

Namespace: Lumino
Assembly: LuminoDotNet (in LuminoDotNet.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static Result LNMatrix_OrthoLH(
	float width,
	float height,
	float nearZ,
	float farZ,
	out Matrix matOut
)

Parameters

width
Type: SystemSingle
ビューの幅
height
Type: SystemSingle
ビューの高さ
nearZ
Type: SystemSingle
近くのビュー平面の Z 値
farZ
Type: SystemSingle
遠くのビュー平面の Z 値
matOut
Type: LuminoMatrix
演算結果を格納する行列

Return Value

Type: Result

[Missing <returns> documentation for "M:Lumino.API.LNMatrix_OrthoLH(System.Single,System.Single,System.Single,System.Single,Lumino.Matrix@)"]

See Also