20 #ifndef vsr_simplex_draw_INC
21 #define vsr_simplex_draw_INC
23 #include "vsr_simplex.h"
24 #include "vsr_generic_draw.h"
29 void Draw(
const Simplex<N>& s,
float r=1.0,
float g=1.0,
float b=1.0,
float a=1.0){
31 for (
auto& i : s.edges ){
the versor library namespace
Definition: vsr_algebra.h:29
Lin Line
Direct Line Trivector \(p_a \wedge p_b \wedge n_\infty\)
Definition: vsr_cga3D_types.h:140