Exemplo n.º 1
0
 public TriangleRef(Triangle triangle) {
   this(triangle, BoundingRectangle.fromPoints(triangle));
   assert triangle != null;
 }