Prusa Slicer 2.6.0
Loading...
Searching...
No Matches
draw_point.h File Reference
#include "../igl_inline.h"
#include <Eigen/Core>
#include "draw_point.cpp"
+ Include dependency graph for draw_point.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  igl
 
namespace  igl::opengl2
 

Functions

IGL_INLINE void igl::opengl2::draw_point (const double x, const double y, const double z, const double requested_r=7, const bool selected=false)
 
template<typename DerivedP >
IGL_INLINE void igl::opengl2::draw_point (const Eigen::PlainObjectBase< DerivedP > &P, const double requested_r=7, const bool selected=false)