Rename file BoundingBox to BoundingBox2 and remove dedicated namespace for it
This commit is contained in:
parent
07dc369c2c
commit
235178be3d
@ -1,6 +1,6 @@
|
|||||||
using System.Numerics;
|
using System.Numerics;
|
||||||
|
|
||||||
namespace BoundingBox
|
namespace Quadtree
|
||||||
{
|
{
|
||||||
public enum IntersectionType { Contains, Intersects, Disjoint }
|
public enum IntersectionType { Contains, Intersects, Disjoint }
|
||||||
|
|
@ -1,5 +1,4 @@
|
|||||||
using BoundingBox;
|
using System.Numerics;
|
||||||
using System.Numerics;
|
|
||||||
|
|
||||||
namespace Quadtree
|
namespace Quadtree
|
||||||
{
|
{
|
||||||
|
@ -1,6 +1,4 @@
|
|||||||
using BoundingBox;
|
using System.Numerics;
|
||||||
using System.Collections.Generic;
|
|
||||||
using System.Numerics;
|
|
||||||
|
|
||||||
namespace Quadtree
|
namespace Quadtree
|
||||||
{
|
{
|
||||||
|
@ -1,6 +1,4 @@
|
|||||||
using BoundingBox;
|
namespace Quadtree
|
||||||
|
|
||||||
namespace Quadtree
|
|
||||||
{
|
{
|
||||||
internal struct QuadtreeQuery
|
internal struct QuadtreeQuery
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user