Unravel Engine C++ Reference
Loading...
Searching...
No Matches
generator::detail::box_faces_t Class Reference

#include <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_faces_t (const gml::dvec2 &size, const gml::ivec2 &segments, double delta)
 
triangles_t triangles () const noexcept
 
vertices_t vertices () const noexcept
 

Detailed Description

Definition at line 42 of file box_mesh.hpp.

Member Typedef Documentation

◆ triangles_t

using generator::detail::box_faces_t::triangles_t = typename impl_t::triangles_t

Definition at line 51 of file box_mesh.hpp.

◆ vertices_t

using generator::detail::box_faces_t::vertices_t = typename impl_t::vertices_t

Definition at line 58 of file box_mesh.hpp.

Constructor & Destructor Documentation

◆ box_faces_t()

box_faces_t::box_faces_t ( const gml::dvec2 & size,
const gml::ivec2 & segments,
double delta )

Definition at line 12 of file box_mesh.cpp.

Member Function Documentation

◆ triangles()

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

Definition at line 53 of file box_mesh.hpp.

◆ vertices()

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

Definition at line 60 of file box_mesh.hpp.


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