btVector3_create

A function defined in GMBullet.yy

btVector3_create([x[, y[, z]])

Description

Creates a new instance of a Bullet Physics 3D vector.

Arguments

Name Type Description
x Real The x-coordinate of the vector.
y Real The y-coordinate of the vector.
z Real The z-coordinate of the vector.

Returns

Pointer A pointer to the newly created btVector3 instance.


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