This function returns an iterator pointing to the first vertex in the mesh. The iterator can be used to traverse through all the vertices in the mesh by incrementing it.

Example usage:

for (auto v_it = mesh_.vertices_begin(); v_it != mesh_.vertices_end(); ++v_it) {
    auto vertex = *v_it;
    // do something with the vertex
}
mesh_.vertices_begin()

原文地址: https://www.cveoy.top/t/topic/x6W 著作权归作者所有。请勿转载和采集!

免费AI点我,无需注册和登录