Horizon
|
Public Types | |
using | VertexType = Vector2< T > |
using | VertexType = Vector2< T > |
Public Member Functions | |
Edge (const VertexType &ap1, const VertexType &ap2, double w=-1) | |
Edge (const Edge &e) | |
Edge (const VertexType &ap1, const VertexType &ap2, double w=-1) | |
Edge (const Edge &e) | |
Public Attributes | |
VertexType | p1 |
VertexType | p2 |
double | weight =0 |