[][src]Function newton_sys::NewtonTreeCollisionGetVertexListTriangleListInAABB

pub unsafe extern "C" fn NewtonTreeCollisionGetVertexListTriangleListInAABB(
    treeCollision: *const NewtonCollision,
    p0: *const f32,
    p1: *const f32,
    vertexArray: *const *const f32,
    vertexCount: *const c_int,
    vertexStrideInBytes: *const c_int,
    indexList: *const c_int,
    maxIndexCount: c_int,
    faceAttribute: *const c_int
) -> c_int