mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-01 09:23:03 -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);
|
const LVecBase3 &c);
|
||||||
INLINE CollisionPolygon(const LVecBase3 &a, const LVecBase3 &b,
|
INLINE CollisionPolygon(const LVecBase3 &a, const LVecBase3 &b,
|
||||||
const LVecBase3 &c, const LVecBase3 &d);
|
const LVecBase3 &c, const LVecBase3 &d);
|
||||||
INLINE CollisionPolygon(const LPoint3 *begin, const LPoint3 *end);
|
|
||||||
|
|
||||||
private:
|
private:
|
||||||
INLINE CollisionPolygon();
|
INLINE CollisionPolygon();
|
||||||
|
|
||||||
public:
|
public:
|
||||||
|
INLINE CollisionPolygon(const LPoint3 *begin, const LPoint3 *end);
|
||||||
CollisionPolygon(const CollisionPolygon ©);
|
CollisionPolygon(const CollisionPolygon ©);
|
||||||
|
|
||||||
virtual CollisionSolid *make_copy();
|
virtual CollisionSolid *make_copy();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user