|
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_face_t (const gml::dvec2 &size, const gml::ivec2 &segments, double delta) | |
| triangles_t | triangles () const noexcept |
| vertices_t | vertices () const noexcept |
Definition at line 18 of file box_mesh.hpp.
| using generator::detail::box_face_t::triangles_t = typename impl_t::triangles_t |
Definition at line 27 of file box_mesh.hpp.
| using generator::detail::box_face_t::vertices_t = typename impl_t::vertices_t |
Definition at line 34 of file box_mesh.hpp.
| box_face_t::box_face_t | ( | const gml::dvec2 & | size, |
| const gml::ivec2 & | segments, | ||
| double | delta ) |
Definition at line 7 of file box_mesh.cpp.
|
inlinenoexcept |
Definition at line 29 of file box_mesh.hpp.
|
inlinenoexcept |
Definition at line 36 of file box_mesh.hpp.