|
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_corners_t (const gml::dvec3 &size, double radius, int slices) | |
| triangles_t | triangles () const noexcept |
| vertices_t | vertices () const noexcept |
Definition at line 92 of file rounded_box_mesh.hpp.
| using generator::detail::box_corners_t::triangles_t = typename impl_t::triangles_t |
Definition at line 101 of file rounded_box_mesh.hpp.
| using generator::detail::box_corners_t::vertices_t = typename impl_t::vertices_t |
Definition at line 108 of file rounded_box_mesh.hpp.
| box_corners_t::box_corners_t | ( | const gml::dvec3 & | size, |
| double | radius, | ||
| int | slices ) |
Definition at line 23 of file rounded_box_mesh.cpp.
|
inlinenoexcept |
Definition at line 103 of file rounded_box_mesh.hpp.
|
inlinenoexcept |
Definition at line 110 of file rounded_box_mesh.hpp.