Fix Rectangle docs
This commit is contained in:
parent
83141aeb14
commit
157fea7761
@ -7,12 +7,12 @@ namespace SpatialCollections
|
||||
public class Rectangle
|
||||
{
|
||||
/// <summary>
|
||||
/// 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.
|
||||
/// </summary>
|
||||
public Vector2 Min;
|
||||
|
||||
/// <summary>
|
||||
/// 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.
|
||||
/// </summary>
|
||||
public Vector2 Max;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user