Horizon
|
Public Types | |
using | EdgeType = Edge< T > |
using | VertexType = Vector2< T > |
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) |
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 |