more AABB properties

main
Evan Hemsley 2019-12-31 14:41:05 -08:00
parent be7b5f4dd6
commit c32e15dd15
1 changed files with 8 additions and 0 deletions

View File

@ -16,6 +16,14 @@ The minimum point of the AABB.
The maximum point of the AABB.
##### **public float Width { get; }**
The width of the AABB.
##### **public float Height { get; }**
The height of the AABB.
## Methods
##### **public static AABB FromVertices(IEnumerable<Position2D> vertices)**