Gets octree

Namespace: JigLibX.Geometry
Assembly: JigLibX (in JigLibX.dll) Version: 0.3.1.0

Syntax

C#
public Octree Octree { get; }
Visual Basic
Public ReadOnly Property Octree As Octree
	Get
Visual C++
public:
property Octree^ Octree {
	Octree^ get ();
}

See Also