#include <OpenTissue/configuration.h>
#include <OpenTissue/utility/gl/gl.h>
#include <OpenTissue/core/math/math_vector3.h>
#include <cmath>
Go to the source code of this file.
Namespaces | |
namespace | OpenTissue |
namespace | OpenTissue::gl |
Functions | |
template<typename vector3_type > | |
void | OpenTissue::gl::DrawVector (vector3_type const &p, vector3_type const &v, double scale=1.0, bool draw_pos=true) |
template<typename vector3_type > | |
void | OpenTissue::gl::DrawVector (vector3_type const &v) |