parameters of the Constraints Constructor

xxh12321
Posts: 7
Joined: Wed Jan 25, 2012 2:27 pm

parameters of the Constraints Constructor

Post by xxh12321 »

What's the meaning of the parameters of the Constraints Constructor?
btPoint2PointConstraint(btRigidBody& rbA,btRigidBody& rbB, const btVector3& pivotInA,const btVector3& pivotInB);
Would someone explain pivotInA, pivotInB for me?
note173
Posts: 16
Joined: Wed Jan 25, 2012 6:32 pm

Re: parameters of the Constraints Constructor

Post by note173 »

These are constraint points in objects' local space.