|
Unravel Engine C++ Reference
|
#include <rounded_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_edges_t (const gml::dvec3 &size, double radius, int slices, int segments) | |
| triangles_t | triangles () const noexcept |
| vertices_t | vertices () const noexcept |
Definition at line 44 of file rounded_box_mesh.hpp.
| using generator::detail::box_edges_t::triangles_t = typename impl_t::triangles_t |
Definition at line 53 of file rounded_box_mesh.hpp.
| using generator::detail::box_edges_t::vertices_t = typename impl_t::vertices_t |
Definition at line 60 of file rounded_box_mesh.hpp.
| box_edges_t::box_edges_t | ( | const gml::dvec3 & | size, |
| double | radius, | ||
| int | slices, | ||
| int | segments ) |
Definition at line 11 of file rounded_box_mesh.cpp.
|
inlinenoexcept |
Definition at line 55 of file rounded_box_mesh.hpp.
|
inlinenoexcept |
Definition at line 62 of file rounded_box_mesh.hpp.