A function defined in GMBullet.yy
btPoint2PointConstraint_create1(rigidBodyA, pivotInA)
Creates a btPoint2PointConstraint between a rigid body and a pivot point in the local coordinate system of the rigid body.
Name | Type | Description |
---|---|---|
rigidBodyA | Pointer |
The pointer to the btRigidBody that the constraint is attached to. |
pivotInA | Pointer |
The pointer to a btVector3 specifying the pivot point in the local coordinate system of rigidBodyA. |
Pointer
A pointer to the created btPoint2PointConstraint.
Copyright © 2024, BlueBurn. Built on October 13, 2024 using GMDoc.