Antkeeper
0.0.1
|
This is the complete list of members for geom::mesh, including all inherited members.
add_edge(mesh::vertex *a, mesh::vertex *b) | geom::mesh | |
add_face(const loop &loop) | geom::mesh | |
add_vertex(const float3 &position) | geom::mesh | |
clear() noexcept | geom::mesh | |
get_edges() const | geom::mesh | inline |
get_faces() const | geom::mesh | inline |
get_vertices() const | geom::mesh | inline |
loop typedef | geom::mesh | |
mesh() noexcept=default | geom::mesh | |
mesh(const mesh &other) | geom::mesh | |
operator=(const mesh &other) | geom::mesh | |
remove_edge(mesh::edge *edge) | geom::mesh | |
remove_face(mesh::face *face) | geom::mesh | |
remove_vertex(mesh::vertex *vertex) | geom::mesh | |
~mesh() noexcept | geom::mesh |