MCPcopy Create free account
hub / github.com/alandefreitas/matplotplusplus / draw_triangle

Method draw_triangle

source/matplot/backend/opengl_embed.cpp:331–335  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

329 }
330
331 void opengl_embed::draw_triangle(const std::vector<double> &x,
332 const std::vector<double> &y,
333 const std::vector<double> &z) {
334 throw std::logic_error("draw_triangle not implemented yet");
335 }
336
337 void opengl_embed::process_input(GLFWwindow *window) {
338 if (glfwGetKey(window, GLFW_KEY_ESCAPE) == GLFW_PRESS) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected