|
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_edge_t (const gml::dvec2 &position, double radius, double size, int slices, int segments) | |
| triangles_t | triangles () const noexcept |
| vertices_t | vertices () const noexcept |
Definition at line 20 of file rounded_box_mesh.hpp.
| using generator::detail::box_edge_t::triangles_t = typename impl_t::triangles_t |
Definition at line 29 of file rounded_box_mesh.hpp.
| using generator::detail::box_edge_t::vertices_t = typename impl_t::vertices_t |
Definition at line 36 of file rounded_box_mesh.hpp.
| box_edge_t::box_edge_t | ( | const gml::dvec2 & | position, |
| double | radius, | ||
| double | size, | ||
| int | slices, | ||
| int | segments ) |
Definition at line 6 of file rounded_box_mesh.cpp.
|
inlinenoexcept |
Definition at line 31 of file rounded_box_mesh.hpp.
|
inlinenoexcept |
Definition at line 38 of file rounded_box_mesh.hpp.