btRigidBody_setLinearVelocityXYZ

A function defined in GMBullet.yy

btRigidBody_setLinearVelocityXYZ(rigidBody, linearVelocityX, linearVelocityY, linearVelocityZ)

Description

Sets the linear velocity of the rigid body using individual components.

Arguments

Name Type Description
rigidBody Pointer A pointer to the btRigidBody object.
linearVelocityX Real The linear velocity along the X-axis.
linearVelocityY Real The linear velocity along the Y-axis.
linearVelocityZ Real The linear velocity along the Z-axis.

Copyright © 2024, BlueBurn. Built on October 13, 2024 using GMDoc.