API Documentation
Loading...
Searching...
No Matches
SliceVertex< t_type, t_vertex_type > Struct Template Reference

Stores an index to a particular vertex used with ConcaveToConvexPolygon. The Slice index is used with ConcavePolygon to break it into convex polygons or triangles. More...

#include <ConcaveToConvexPolygon.h>

Inheritance diagram for SliceVertex< t_type, t_vertex_type >:
[legend]
Collaboration diagram for SliceVertex< t_type, t_vertex_type >:
[legend]

Public Member Functions

 SliceVertex ()
 
 SliceVertex (t_vertex_type const &_position)
 

Public Attributes

t_type distanceToSlice
 
int index
 

Detailed Description

template<class t_type, class t_vertex_type>
struct NDEVR::SliceVertex< t_type, t_vertex_type >

Stores an index to a particular vertex used with ConcaveToConvexPolygon. The Slice index is used with ConcavePolygon to break it into convex polygons or triangles.


Constructor & Destructor Documentation

◆ SliceVertex() [1/2]

template<class t_type , class t_vertex_type >
SliceVertex ( )
inline

◆ SliceVertex() [2/2]

template<class t_type , class t_vertex_type >
SliceVertex ( t_vertex_type const & _position)
inline

Member Data Documentation

◆ distanceToSlice

template<class t_type , class t_vertex_type >
t_type distanceToSlice

◆ index

template<class t_type , class t_vertex_type >
int index

The documentation for this struct was generated from the following file: