btQuaternion_createFromAxisAngle

A function defined in GMBullet.yy

btQuaternion_createFromAxisAngle(axis, angle)

Description

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

Arguments

Name Type Description
axis Pointer A pointer to a btVector3 representing 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.