Skip to content

Commit

Permalink
Removed unused ImGui helpers (#1007)
Browse files Browse the repository at this point in the history
  • Loading branch information
xelatihy authored Aug 15, 2020
1 parent 731539d commit 5761581
Show file tree
Hide file tree
Showing 6 changed files with 33 additions and 584 deletions.
2 changes: 1 addition & 1 deletion libs/yocto/yocto_image.h
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@
#include <algorithm>
#include <functional>
#include <string>
#include <vector>
#include <utility>
#include <vector>

#include "yocto_math.h"

Expand Down
3 changes: 2 additions & 1 deletion libs/yocto/yocto_shape.h
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,8 @@ vector<vec2i> get_edges(const edge_map& emap);
vector<vec2i> get_boundary(const edge_map& emap);
vector<vec2i> get_edges(const vector<vec3i>& triangles);
vector<vec2i> get_edges(const vector<vec4i>& quads);
vector<vec2i> get_edges(const vector<vec3i>& triangles, const vector<vec4i>& quads);
vector<vec2i> get_edges(
const vector<vec3i>& triangles, const vector<vec4i>& quads);

// Build adjacencies between faces (sorted counter-clockwise)
vector<vec3i> face_adjacencies(const vector<vec3i>& triangles);
Expand Down
Loading

0 comments on commit 5761581

Please sign in to comment.