API Documentation
Loading...
Searching...
No Matches
ConcavePolygon< t_type, t_vertex > Class Template Reference

#include <ConcaveToConvexPolygon.h>

Public Member Functions

 ConcavePolygon (const VertexArray &_vertices)
 
 ConcavePolygon ()
 
bool checkIfRightHanded ()
 
void convexDecomp ()
 
const VertexArraygetVertices () const
 
void returnLowestLevelPolys (Buffer< Polygon< t_type, t_vertex >, uint04, ObjectAllocator< false > > &returnArr)
 
t_vertex getPoint (uint04 index) const
 
int getPointCount () const
 

Constructor & Destructor Documentation

◆ ConcavePolygon() [1/2]

template<class t_type , class t_vertex = Vertex<2, t_type>>
ConcavePolygon ( const VertexArray & _vertices)
inline

◆ ConcavePolygon() [2/2]

template<class t_type , class t_vertex = Vertex<2, t_type>>
ConcavePolygon ( )
inline

Member Function Documentation

◆ checkIfRightHanded()

template<class t_type , class t_vertex = Vertex<2, t_type>>
bool checkIfRightHanded ( )
inline

◆ convexDecomp()

template<class t_type , class t_vertex = Vertex<2, t_type>>
void convexDecomp ( )
inline

◆ getPoint()

template<class t_type , class t_vertex = Vertex<2, t_type>>
t_vertex getPoint ( uint04 index) const
inline

◆ getPointCount()

template<class t_type , class t_vertex = Vertex<2, t_type>>
int getPointCount ( ) const
inline

◆ getVertices()

template<class t_type , class t_vertex = Vertex<2, t_type>>
const VertexArray & getVertices ( ) const
inline

◆ returnLowestLevelPolys()

template<class t_type , class t_vertex = Vertex<2, t_type>>
void returnLowestLevelPolys ( Buffer< Polygon< t_type, t_vertex >, uint04, ObjectAllocator< false > > & returnArr)
inline

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