Преглед изворни кода

collide: unexpose verify_points overload taking LPoint3 array

Similar as in #908
rdb пре 5 година
родитељ
комит
26ba2b15cd
1 измењених фајлова са 2 додато и 1 уклоњено
  1. 2 1
      panda/src/collide/collisionPolygon.h

+ 2 - 1
panda/src/collide/collisionPolygon.h

@@ -42,6 +42,8 @@ public:
 
   virtual CollisionSolid *make_copy();
 
+  static bool verify_points(const LPoint3 *begin, const LPoint3 *end);
+
 PUBLISHED:
   virtual LPoint3 get_collision_origin() const;
 
@@ -54,7 +56,6 @@ PUBLISHED:
                                    const LPoint3 &c);
   INLINE static bool verify_points(const LPoint3 &a, const LPoint3 &b,
                                    const LPoint3 &c, const LPoint3 &d);
-  static bool verify_points(const LPoint3 *begin, const LPoint3 *end);
 
   bool is_valid() const;
   bool is_concave() const;