btTransform_setRotationEuler

A function defined in GMBullet.yy

btTransform_setRotationEuler(transform, yaw, pitch, roll)

Description

Sets the rotation of the transform using Euler angles (yaw, pitch, roll).

Arguments

Name Type Description
transform Pointer A pointer to the btTransform object.
yaw Real The yaw angle in radians.
pitch Real The pitch angle in radians.
roll Real The roll angle in radians.

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