btQuaternion_create

A function defined in GMBullet.yy

btQuaternion_create([x[, y[, z[, w]]])

Description

Creates a new quaternion with the specified x, y, z, and w components.

Arguments

Name Type Description
x Real The x component of the quaternion. Default is 0.
y Real The y component of the quaternion. Default is 0.
z Real The z component of the quaternion. Default is 0.
w Real The w component of the quaternion. Default is 1.

Returns

Pointer A pointer to the created btQuaternion.


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