APILNMatrix_PerspectiveFovRH Method |
Namespace: Lumino
public static Result LNMatrix_PerspectiveFovRH( float fovY, float aspect, float nearZ, float farZ, out Matrix matOut )
Public Shared Function LNMatrix_PerspectiveFovRH ( fovY As Single, aspect As Single, nearZ As Single, farZ As Single, <OutAttribute> ByRef matOut As Matrix ) As Result
public: static Result LNMatrix_PerspectiveFovRH( float fovY, float aspect, float nearZ, float farZ, [OutAttribute] Matrix% matOut )
static member LNMatrix_PerspectiveFovRH : fovY : float32 * aspect : float32 * nearZ : float32 * farZ : float32 * matOut : Matrix byref -> Result
[Missing <returns> documentation for "M:Lumino.API.LNMatrix_PerspectiveFovRH(System.Single,System.Single,System.Single,System.Single,Lumino.Matrix@)"]