MatrixOrtho abstract method
Get orthographic projection matrix
Implementation
MatrixD MatrixOrtho(
double left,
double right,
double bottom,
double top,
double nearPlane,
double farPlane,
);
Get orthographic projection matrix
MatrixD MatrixOrtho(
double left,
double right,
double bottom,
double top,
double nearPlane,
double farPlane,
);