mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-30 16:58:40 -04:00
collide: Unexpose CollisionPolygon constructor taking point array
This could never work in Python, and does indeed cause a crash, so I don't consider this compat-breaking. Fixes #908
This commit is contained in:
parent
68d094dba4
commit
2ed4516cb2
@ -32,12 +32,12 @@ PUBLISHED:
|
||||
const LVecBase3 &c);
|
||||
INLINE CollisionPolygon(const LVecBase3 &a, const LVecBase3 &b,
|
||||
const LVecBase3 &c, const LVecBase3 &d);
|
||||
INLINE CollisionPolygon(const LPoint3 *begin, const LPoint3 *end);
|
||||
|
||||
private:
|
||||
INLINE CollisionPolygon();
|
||||
|
||||
public:
|
||||
INLINE CollisionPolygon(const LPoint3 *begin, const LPoint3 *end);
|
||||
CollisionPolygon(const CollisionPolygon ©);
|
||||
|
||||
virtual CollisionSolid *make_copy();
|
||||
|
Loading…
x
Reference in New Issue
Block a user