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?
parameters of the Constraints Constructor
-
- Posts: 16
- Joined: Wed Jan 25, 2012 6:32 pm
Re: parameters of the Constraints Constructor
These are constraint points in objects' local space.