APILNMatrix_PerspectiveFovLH Method |
左手座標系射影行列を作成します。
Namespace: LuminoAssembly: LuminoDotNet (in LuminoDotNet.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static Result LNMatrix_PerspectiveFovLH(
float fovY,
float aspect,
float nearZ,
float farZ,
out Matrix matOut
)
Public Shared Function LNMatrix_PerspectiveFovLH (
fovY As Single,
aspect As Single,
nearZ As Single,
farZ As Single,
<OutAttribute> ByRef matOut As Matrix
) As Result
public:
static Result LNMatrix_PerspectiveFovLH(
float fovY,
float aspect,
float nearZ,
float farZ,
[OutAttribute] Matrix% matOut
)
static member LNMatrix_PerspectiveFovLH :
fovY : float32 *
aspect : float32 *
nearZ : float32 *
farZ : float32 *
matOut : Matrix byref -> Result
Parameters
- fovY
- Type: SystemSingle
Y 方向への視野角 (ラジアン単位) - aspect
- 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_PerspectiveFovLH(System.Single,System.Single,System.Single,System.Single,Lumino.Matrix@)"]
See Also