Przeglądaj źródła

formatting

Former-commit-id: fb657ae6a2962682aa4aa7621765dece43626cb7
Alec Jacobson 9 lat temu
rodzic
commit
4f3a8be156

+ 4 - 2
include/igl/copyleft/cgal/order_facets_around_edge.h

@@ -12,10 +12,12 @@
 #include <Eigen/Core>
 #include <Eigen/Core>
 #include <vector>
 #include <vector>
 
 
-namespace igl {
+namespace igl 
+{
   namespace copyleft
   namespace copyleft
   {
   {
-    namespace cgal {
+    namespace cgal 
+    {
       // Given a directed edge, sort its adjacent faces.  Assuming the
       // Given a directed edge, sort its adjacent faces.  Assuming the
       // directed edge is (s, d).  Sort the adjacent faces clockwise around the
       // directed edge is (s, d).  Sort the adjacent faces clockwise around the
       // axis (d - s), i.e. left-hand rule.  An adjacent face is consistently
       // axis (d - s), i.e. left-hand rule.  An adjacent face is consistently