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