mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 02:15:43 -04:00
*** empty log message ***
This commit is contained in:
parent
6cdcf07c79
commit
9f0e337d16
@ -20,7 +20,7 @@ private:
|
||||
virtual AngularForce *make_copy(void) const;
|
||||
virtual LVector3f get_child_vector(const PhysicsObject *po);
|
||||
|
||||
public:
|
||||
PUBLISHED:
|
||||
AngularVectorForce(const LVector3f& vec);
|
||||
AngularVectorForce(float x = 0.0f, float y = 0.0f, float z = 0.0f);
|
||||
AngularVectorForce(const AngularVectorForce ©);
|
||||
|
@ -33,7 +33,7 @@ private:
|
||||
bool _process_me;
|
||||
bool _oriented;
|
||||
|
||||
public:
|
||||
PUBLISHED:
|
||||
PhysicsObject(void);
|
||||
PhysicsObject(const PhysicsObject ©);
|
||||
virtual ~PhysicsObject(void);
|
||||
|
Loading…
x
Reference in New Issue
Block a user