A function defined in GMBullet.yy
btFixedConstraint_create(rigidBodyA, rigidBodyB, frameInA, frameInB)
Creates a fixed constraint between two rigid bodies.
Name | Type | Description |
---|---|---|
rigidBodyA | Pointer |
A pointer to the first btRigidBody involved in the fixed constraint. |
rigidBodyB | Pointer |
A pointer to the second btRigidBody involved in the fixed constraint. |
frameInA | Pointer |
A pointer to a btTransform specifying the transform of the first body. |
frameInB | Pointer |
A pointer to a btTransform specifying the transform of the second body. |
Pointer
A pointer to the created btFixedConstraint.
Copyright © 2024, BlueBurn. Built on October 13, 2024 using GMDoc.