btHeightfieldTerrainShape_getVertex

A function defined in GMBullet.yy

btHeightfieldTerrainShape_getVertex(heightfieldTerrainShape, x, y, vertex)

Description

Gets the vertex at the specified indices (x, y) in the heightfield.

Arguments

Name Type Description
heightfieldTerrainShape Pointer A pointer to the btHeightfieldTerrainShape object.
x Real The x-coordinate index of the desired vertex.
y Real The y-coordinate index of the desired vertex.
vertex Pointer A pointer to a btVector3 where the vertex data will be stored.

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