I think I don't understand what the use of Triangular is since it doesn't implements the trait Shape. After reading #202, it feels that the right shape to use is ConvexPolygon, but in that case, I don't see why Triangular exists at all (and I'm sure there is a reason). I think that the documentation could be more explicit.
I think I don't understand what the use of
Triangularis since it doesn't implements the traitShape. After reading #202, it feels that the right shape to use isConvexPolygon, but in that case, I don't see whyTriangularexists at all (and I'm sure there is a reason). I think that the documentation could be more explicit.