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