فهرست منبع

formatting

Former-commit-id: fb657ae6a2962682aa4aa7621765dece43626cb7
Alec Jacobson 9 سال پیش
والد
کامیت
4f3a8be156
1فایلهای تغییر یافته به همراه4 افزوده شده و 2 حذف شده
  1. 4 2
      include/igl/copyleft/cgal/order_facets_around_edge.h

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

@@ -12,10 +12,12 @@
 #include <Eigen/Core>
 #include <vector>
 
-namespace igl {
+namespace igl 
+{
   namespace copyleft
   {
-    namespace cgal {
+    namespace cgal 
+    {
       // Given a directed edge, sort its adjacent faces.  Assuming 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