FMOD_Geometry_GetPolygonVertex

Function FMOD_Geometry_GetPolygonVertex 

Source
pub unsafe extern "C" fn FMOD_Geometry_GetPolygonVertex(
    geometry: *mut FMOD_GEOMETRY,
    index: c_int,
    vertexindex: c_int,
    vertex: *mut FMOD_VECTOR,
) -> FMOD_RESULT