Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Modules/DXNET.Mathematics/BoundingBox.cs
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ public float Height
}

/// <summary>
/// Returns the height of the bounding box
/// Returns the depth of the bounding box
/// </summary>
public float Depth
{
Expand All @@ -111,7 +111,7 @@ public Vector3 Size
}

/// <summary>
/// Returns the size of the bounding box
/// Returns the center point of the bounding box
/// </summary>
public Vector3 Center
{
Expand Down