btQuaternion_createFromAxisAngleXYZ

A function defined in GMBullet.yy

btQuaternion_createFromAxisAngleXYZ(axisX, axisY, axisZ, angle)

Description

Creates a new quaternion representing a rotation around the specified axis by the given angle.

Arguments

Name Type Description
axisX Real The x-component of the axis of rotation.
axisY Real The y-component of the axis of rotation.
axisZ Real The z-component of the axis of rotation.
angle Real The angle of rotation in radians.

Returns

Pointer A pointer to the newly created btQuaternion representing the rotation.


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