|
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_corner_t (const gml::dvec3 &position, double radius, int slices) | |
| triangles_t | triangles () const noexcept |
| vertices_t | vertices () const noexcept |
Definition at line 68 of file rounded_box_mesh.hpp.
| using generator::detail::box_corner_t::triangles_t = typename impl_t::triangles_t |
Definition at line 77 of file rounded_box_mesh.hpp.
| using generator::detail::box_corner_t::vertices_t = typename impl_t::vertices_t |
Definition at line 84 of file rounded_box_mesh.hpp.
| box_corner_t::box_corner_t | ( | const gml::dvec3 & | position, |
| double | radius, | ||
| int | slices ) |
Definition at line 16 of file rounded_box_mesh.cpp.
|
inlinenoexcept |
Definition at line 79 of file rounded_box_mesh.hpp.
|
inlinenoexcept |
Definition at line 86 of file rounded_box_mesh.hpp.