Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / QuadTree Class
Members

In This Topic
    QuadTree Class
    In This Topic
    This class help divide the Mesh's space in 8 parts, each one with a definite number of Triangles.
    Syntax
    'Declaration
     
    Public Class QuadTree 
       Inherits WorkUnit
    public class QuadTree : WorkUnit 
    Inheritance Hierarchy

    System.Object
       devDept.Eyeshot.WorkUnit
          devDept.Eyeshot.QuadTree
             devDept.Eyeshot.Octree

    See Also