diff --git a/Quadtree/Rectangle.cs b/Quadtree/Rectangle.cs index e6c1020..4fd92a9 100644 --- a/Quadtree/Rectangle.cs +++ b/Quadtree/Rectangle.cs @@ -7,12 +7,12 @@ namespace SpatialCollections public class Rectangle { /// - /// Vector containing the lowest X and Y coordinates contained in the bounding box. + /// Vector containing the lowest X and Y coordinates contained in the rectangle. /// public Vector2 Min; /// - /// Vector containing the highest X and Y coordinates contained in the bounding box. + /// Vector containing the highest X and Y coordinates contained in the rectangle. /// public Vector2 Max;