TriangleNet.Tools.QuadNode.QuadNode C# (CSharp) Method

QuadNode() public method

public QuadNode ( TriangleNet.Geometry.BoundingBox box, QuadTree tree ) : System.Collections.Generic
box TriangleNet.Geometry.BoundingBox
tree QuadTree
return System.Collections.Generic
        public QuadNode(BoundingBox box, QuadTree tree)
            : this(box, tree, false)
        {
        }

Same methods

QuadNode::QuadNode ( TriangleNet.Geometry.BoundingBox box, QuadTree tree, bool init ) : System.Collections.Generic