Table of Contents

Class OctreeHelper

Namespace
HelixToolkit.SharpDX
Assembly
HelixToolkit.SharpDX.dll
public static class OctreeHelper
Inheritance
OctreeHelper
Inherited Members

Methods

CreateOctreeLineModel(IDynamicOctree?)

public static LineGeometry3D CreateOctreeLineModel(this IDynamicOctree? tree)

Parameters

tree IDynamicOctree

Returns

LineGeometry3D

CreateOctreeLineModel(IDynamicOctree?, LineBuilder)

public static void CreateOctreeLineModel(this IDynamicOctree? tree, LineBuilder builder)

Parameters

tree IDynamicOctree
builder LineBuilder

CreatePathLines(IList<BoundingBox>)

public static LineGeometry3D CreatePathLines(this IList<BoundingBox> path)

Parameters

path IList<BoundingBox>

Returns

LineGeometry3D