Unravel Engine C++ Reference
Loading...
Searching...
No Matches
generator::detail::box_edges_t Class 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
 

Detailed Description

Definition at line 44 of file rounded_box_mesh.hpp.

Member Typedef Documentation

◆ triangles_t

◆ vertices_t

Constructor & Destructor Documentation

◆ box_edges_t()

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.

Member Function Documentation

◆ triangles()

triangles_t generator::detail::box_edges_t::triangles ( ) const
inlinenoexcept

Definition at line 55 of file rounded_box_mesh.hpp.

◆ vertices()

vertices_t generator::detail::box_edges_t::vertices ( ) const
inlinenoexcept

Definition at line 62 of file rounded_box_mesh.hpp.


The documentation for this class was generated from the following files: