Skip to content

Commit

Permalink
Make Tree public
Browse files Browse the repository at this point in the history
  • Loading branch information
praeclarum committed Feb 1, 2025
1 parent 1f945c7 commit f076021
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Csg/Tree.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@

namespace Csg
{
class Tree
public class Tree
{
PolygonTreeNode polygonTree;
Node rootnode;

public Node RootNode => rootnode;
internal Node RootNode => rootnode;

public Tree(BoundingBox bbox, List<Polygon> polygons)
{
Expand Down

0 comments on commit f076021

Please sign in to comment.