|
Unravel Engine C++ Reference
|
#include <box_mesh.hpp>
Public Types | |
| using | triangles_t = typename impl_t::triangles_t |
| using | vertices_t = typename impl_t::vertices_t |
Public Member Functions | |
| box_faces_t (const gml::dvec2 &size, const gml::ivec2 &segments, double delta) | |
| triangles_t | triangles () const noexcept |
| vertices_t | vertices () const noexcept |
Definition at line 42 of file box_mesh.hpp.
| using generator::detail::box_faces_t::triangles_t = typename impl_t::triangles_t |
Definition at line 51 of file box_mesh.hpp.
| using generator::detail::box_faces_t::vertices_t = typename impl_t::vertices_t |
Definition at line 58 of file box_mesh.hpp.
| box_faces_t::box_faces_t | ( | const gml::dvec2 & | size, |
| const gml::ivec2 & | segments, | ||
| double | delta ) |
Definition at line 12 of file box_mesh.cpp.
|
inlinenoexcept |
Definition at line 53 of file box_mesh.hpp.
|
inlinenoexcept |
Definition at line 60 of file box_mesh.hpp.