From 2cb353b04b0f07f9ee875101277a48e3ba6667cc Mon Sep 17 00:00:00 2001 From: maunv <48544354+MauNguyenVan@users.noreply.github.com> Date: Tue, 22 Jul 2025 23:57:51 +0700 Subject: [PATCH] Update comment for BoundingBox.cs --- Modules/DXNET.Mathematics/BoundingBox.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Modules/DXNET.Mathematics/BoundingBox.cs b/Modules/DXNET.Mathematics/BoundingBox.cs index 8cba7e6..428250a 100644 --- a/Modules/DXNET.Mathematics/BoundingBox.cs +++ b/Modules/DXNET.Mathematics/BoundingBox.cs @@ -95,7 +95,7 @@ public float Height } /// - /// Returns the height of the bounding box + /// Returns the depth of the bounding box /// public float Depth { @@ -111,7 +111,7 @@ public Vector3 Size } /// - /// Returns the size of the bounding box + /// Returns the center point of the bounding box /// public Vector3 Center {