Function ode_base::ode::dGeomHeightfieldDataBuildDouble

source ·
pub unsafe extern "C" fn dGeomHeightfieldDataBuildDouble(
    d: dHeightfieldDataID,
    pHeightData: *const f64,
    bCopyHeightData: c_int,
    width: dReal,
    depth: dReal,
    widthSamples: c_int,
    depthSamples: c_int,
    scale: dReal,
    offset: dReal,
    thickness: dReal,
    bWrap: c_int
)