pub unsafe extern "C" fn b3CreateWaveMesh(
xCount: c_int,
zCount: c_int,
cellWidth: f32,
amplitude: f32,
rowFrequency: f32,
columnFrequency: f32,
) -> *mut b3MeshDataExpand description
Create a wave mesh along the x and z axes.