MCPcopy Create free account
hub / github.com/RobLoach/raylib-cpp / Ortho

Method Ortho

include/Matrix.hpp:154–156  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

152 }
153
154 static Matrix Ortho(double left, double right, double bottom, double top, double near, double far) {
155 return ::MatrixOrtho(left, right, bottom, top, near, far);
156 }
157
158 static Matrix LookAt(Vector3 eye, Vector3 target, Vector3 up) { return ::MatrixLookAt(eye, target, up); }
159

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected