Пример #1
0
 public EuclideanGraphTriangle <T> GetTriangle(Vector2 point)
 {
     return(Root.GetTriangle(point));
 }