QuadTree(QuadTree) Constructor

Build Octree from other (to build OrientedOctree quickly). The resulting Octree should be Read Only. (For internal use only)
Protected Friend Sub New( _ 
ByVal other As QuadTree
)
This language is not supported or no code example is available.
internal protected QuadTree( 
QuadTree other 
)
This language is not supported or no code example is available.

Parameters

other
QuadTree

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition