APILNMatrix_PerspectiveFovLH Method |
Namespace: Lumino
public 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
[Missing <returns> documentation for "M:Lumino.API.LNMatrix_PerspectiveFovLH(System.Single,System.Single,System.Single,System.Single,Lumino.Matrix@)"]