'Declaration Public Shared Function Orthographic( _ ByVal width As Single, _ ByVal height As Single, _ ByVal zNearPlane As Single, _ ByVal zFarPlane As Single _ ) As Matrix4x4
public static Matrix4x4 Orthographic( float width, float height, float zNearPlane, float zFarPlane )
Matrix4x4 Structure Matrix4x4 Members