Namespace: DeltaEngine.DatatypesAssembly: DeltaEngine (in DeltaEngine.dll) Version: 1.1.1.0 (1.1.1)
public static Matrix CreateOrthoProjection(
Size viewportSize,
float nearPlane,
float farPlane
)
public static Matrix CreateOrthoProjection(
Size viewportSize,
float nearPlane,
float farPlane
)
Public Shared Function CreateOrthoProjection (
viewportSize As Size,
nearPlane As Single,
farPlane As Single
) As Matrix
Public Shared Function CreateOrthoProjection (
viewportSize As Size,
nearPlane As Single,
farPlane As Single
) As Matrix
public:
static Matrix CreateOrthoProjection(
Size viewportSize,
float nearPlane,
float farPlane
)
public:
static Matrix CreateOrthoProjection(
Size viewportSize,
float nearPlane,
float farPlane
)
static member CreateOrthoProjection :
viewportSize : Size *
nearPlane : float32 *
farPlane : float32 -> Matrix
static member CreateOrthoProjection :
viewportSize : Size *
nearPlane : float32 *
farPlane : float32 -> Matrix
Return Value
Type:
Matrix