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

Namespace: Lumino
Assembly: LuminoDotNet (in LuminoDotNet.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static Matrix PerspectiveFovRH(
	float fovY,
	float aspect,
	float nearZ,
	float farZ
)

Parameters

fovY
Type: SystemSingle
Y 方向への視野角 (ラジアン単位)
aspect
Type: SystemSingle
アスペクト比
nearZ
Type: SystemSingle
近くのビュー平面の Z 値
farZ
Type: SystemSingle
遠くのビュー平面の Z 値

Return Value

Type: Matrix

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

See Also