Horizon
Public Types | Public Member Functions | Public Attributes | List of all members
delaunay::Triangle< T > Class Template Reference

Public Types

using EdgeType = Edge< T >
 
using VertexType = Vector2< T >
 

Public Member Functions

 Triangle (const VertexType &_p1, const VertexType &_p2, const VertexType &_p3)
 
bool containsVertex (const VertexType &v)
 
bool circumCircleContains (const VertexType &v)
 

Public Attributes

VertexType p1
 
VertexType p2
 
VertexType p3
 
EdgeType e1
 
EdgeType e2
 
EdgeType e3
 

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