From c32e15dd15fa4bbfa67d630e8e85e9a360910986 Mon Sep 17 00:00:00 2001 From: Evan Hemsley <2342303+ehemsley@users.noreply.github.com> Date: Tue, 31 Dec 2019 14:41:05 -0800 Subject: [PATCH] more AABB properties --- content/api/AABB.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/content/api/AABB.md b/content/api/AABB.md index 93f6dbf..d84b66a 100644 --- a/content/api/AABB.md +++ b/content/api/AABB.md @@ -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 vertices)**